X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=42bf35346770964de08b3774ce3c75d36174ad2b;hb=fc32204f3c1733b289d7f03a15f9f0a568369989;hp=e8c70eb2489dc980beab81ee5b7e9eaf95cfdb4d;hpb=e048751f914d16cb6346f7e7ca6532eaae44ce31;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index e8c70eb2..42bf3534 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -79,6 +79,9 @@ 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 */ extern gboolean config_resize_redraw; @@ -153,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;