X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=63ea5a6d7f146267813c5f27e74f5e6fc25e94f9;hb=2a8ede00043f4f5b64beffdc604e0f17d57d3eb8;hp=a2cfce3b47bf45b79da0c05f8618302ee55bd3ba;hpb=8e63ffdabdc3be3ad355dcaddd47d8e71c510739;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index a2cfce3b..63ea5a6d 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -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;