From deb0aa720a4feda3b52c17e16ed7324c61dc331a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 2 Feb 2008 16:50:55 -0500 Subject: allow you to force the position of windows with rc.xml's per-app settings with the force="yes" attribute --- openbox/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 75275a8b..23011a15 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; -- cgit v1.2.3 From 12ca673de556b341588a7f67fb2b9417c1e91d6b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 Feb 2008 16:53:33 +0100 Subject: Add the manageDesktops option. --- openbox/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 23011a15..3fd1b879 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -177,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 */ -- cgit v1.2.3