X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fconfig.h;h=e68bc12e77180a7762a62b98a4deea332c567e3b;hb=56c548b203d9f089637d587dd9953f268cd28c90;hp=a42e8a7e4ad871f936fd48ac13d7431639f4f08e;hpb=310d268bf0b3fbc065e754b9dc25862a60efcaae;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index a42e8a7e..e68bc12e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -122,12 +122,16 @@ extern gboolean config_menu_warppointer; extern gboolean config_menu_xorstyle; /*! delay for hiding menu when opening */ extern guint config_menu_hide_delay; +/*! Center menus vertically about the parent entry */ +extern gboolean config_menu_middle; /*! delay before opening a submenu */ extern guint config_submenu_show_delay; /*! show icons in client_list_menu */ extern gboolean config_menu_client_list_icons; /*! User-specified menu files */ extern GSList *config_menu_files; +/*! Per app settings */ +extern GSList *config_per_app_settings; void config_startup(struct _ObParseInst *i); void config_shutdown();