]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
make the focus cycle indicator be in the window_map so button presses on it are handl...
[chaz/openbox] / openbox / config.h
index 9d0602e28b13b62630c742a146cf949ff584f370..2c4b4dba3aaa1a163b7783a6f4b3b4071cbadf00 100644 (file)
@@ -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;
This page took 0.021234 seconds and 4 git commands to generate.