]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
alert windows can be titleless, maybe all titleless windows should be empty, i dunno
[chaz/openbox] / openbox / config.h
index 881276269d74e2d1b3df961b0dc690a93ca61d69..63ea5a6d7f146267813c5f27e74f5e6fc25e94f9 100644 (file)
@@ -36,6 +36,8 @@ extern guint    config_focus_delay;
 /*! If windows should automatically be raised when they are focused in
  focus follows mouse */
 extern gboolean config_focus_raise;
+/*! Focus the last focused window, not under the mouse, in follow mouse mode */
+extern gboolean config_focus_last;
 
 extern ObPlacePolicy config_place_policy;
 
@@ -74,6 +76,8 @@ extern gchar *config_title_layout;
 
 /*! The number of desktops */
 extern gint config_desktops_num;
+/*! Desktop to start on, put 5 to start in the center of a 3x3 grid */
+extern gint config_screen_firstdesk;
 /*! Names for the desktops */
 extern GSList *config_desktops_names;
 
This page took 0.021245 seconds and 4 git commands to generate.