summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-11 19:32:45 -0500
committerDana Jansens <danakj@orodu.net>2008-01-11 19:32:45 -0500
commit22333336d3ba36784955c67444f996b557f3838a (patch)
tree579e484f5d0be3d5b6f51c1e972de5d8201eaf65 /openbox/config.h
parent602a73c15ce22250a604e443a994ad6c8726f3f5 (diff)
add an <active> option for window placement, to try force new windows on the active monitor (for xinerama)
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h4
1 files changed, 4 insertions, 0 deletions
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;