X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=2c4b4dba3aaa1a163b7783a6f4b3b4071cbadf00;hb=b7e23f286a53b7beb259afac7e1a4cdf5fca47a4;hp=9d0602e28b13b62630c742a146cf949ff584f370;hpb=3b4b52921adba74472904b37ec13d9c8d8686a10;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 9d0602e2..2c4b4dba 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -75,9 +75,13 @@ extern gboolean config_focus_last; */ extern gboolean config_focus_under_mouse; +/*! The algorithm to use for placing new windows */ extern ObPlacePolicy config_place_policy; /*! Place windows in the center of the free area */ extern gboolean config_place_center; +/*! Place windows on the active monitor (unless they are part of an application + already on another monitor) */ +extern gboolean config_place_active; /*! User-specified margins around the edge of the screen(s) */ extern StrutPartial config_margins;