X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=42bf35346770964de08b3774ce3c75d36174ad2b;hb=ad1b4c7358de45ef748e5aad35cf1b29fb8adbc3;hp=0a4ad090855b6827ce86f436983e7d5f207d2111;hpb=097d02d9d3d4b2eeea11084c54812de9cd7d14c0;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 0a4ad090..42bf3534 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -41,6 +41,8 @@ struct _ObAppSettings Point position; gboolean center_x; gboolean center_y; + gboolean opposite_x; + gboolean opposite_y; gboolean pos_given; guint desktop; @@ -74,6 +76,11 @@ extern gboolean config_focus_last; extern gboolean config_focus_under_mouse; extern ObPlacePolicy config_place_policy; +/*! Place windows in the center of the free area */ +extern gboolean config_place_center; + +/*! User-specified margins around the edge of the screen(s) */ +extern StrutPartial config_margins; /*! When true windows' contents are refreshed while they are resized; otherwise they are not updated until the resize is complete */ @@ -149,6 +156,9 @@ extern gint config_mouse_threshold; /*! Number of milliseconds within which 2 clicks must occur to be a double-click */ extern gint config_mouse_dclicktime; +/*! Number of milliseconds that the mouse has to be on the screen edge before + a screen edge event is triggered */ +extern gint config_mouse_screenedgetime; /*! Number of pixels to resist while crossing another window's edge */ extern gint config_resist_win;