]> 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 a2cfce3b47bf45b79da0c05f8618302ee55bd3ba..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;
 
@@ -67,13 +69,15 @@ extern guint config_dock_app_move_button;
 extern guint config_dock_app_move_modifiers;
 
 /* The name of the theme */
-extern char *config_theme;
+extern gchar *config_theme;
 
 /* Titlebar button layout */
 extern gchar *config_title_layout;
 
 /*! The number of desktops */
-extern int config_desktops_num;
+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.020534 seconds and 4 git commands to generate.