X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=081561cb05d322c98874f94bb9b5b49f8af9342c;hb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;hp=b69f74a18bf7a5f554064ee419ce9425751d791a;hpb=5cf61ee02354c1c9f80c11f3796afc4b948055d6;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index b69f74a1..081561cb 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -11,6 +11,11 @@ extern gboolean config_focus_follow; extern gboolean config_focus_last; /*! Focus the last focused window as a fallback when switching desktops */ extern gboolean config_focus_last_on_desktop; +/*! Show a popup dialog while cycling focus */ +extern gboolean config_focus_popup; + +/* The name of the theme */ +char *config_theme; /*! The number of desktops */ extern int config_desktops_num;