X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fconfig.h;h=3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b;hb=be6fd760f1175efdebda78715f5f6c03dac5a9be;hp=75275a8b675b323bba5948e34c70949d2131df37;hpb=dd740b5562806a6b4692c938ad0e903ad89b6193;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 75275a8b..3fd1b879 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -41,6 +41,7 @@ struct _ObAppSettings GravityPoint position; gboolean pos_given; + gboolean pos_force; guint desktop; gint shade; @@ -176,8 +177,10 @@ extern guint config_menu_hide_delay; extern gboolean config_menu_middle; /*! Delay before opening a submenu in milliseconds */ extern guint config_submenu_show_delay; -/*! show icons in client_list_menu */ +/*! Show icons in client_list_menu */ extern gboolean config_menu_client_list_icons; +/*! Show manage desktops in client_list_menu */ +extern gboolean config_menu_manage_desktops; /*! User-specified menu files */ extern GSList *config_menu_files; /*! Per app settings */