]> 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 3754bd6101890ffe90df85080b9f643f39af4d79..63ea5a6d7f146267813c5f27e74f5e6fc25e94f9 100644 (file)
@@ -35,7 +35,9 @@ extern gboolean config_focus_follow;
 extern guint    config_focus_delay;
 /*! If windows should automatically be raised when they are focused in
  focus follows mouse */
-extern guint    config_focus_raise;
+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.02139 seconds and 4 git commands to generate.