summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-16 19:32:13 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-16 19:32:13 +0000
commit83a0303dd75ef0487fdd53e810914f21fdd3e459 (patch)
tree537f87dfb49623adb649e8d8a1638dea0a5b2c36 /openbox/config.h
parent2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f (diff)
add option titleNumber in theme section to disable the little [x] that you get after identical window titles
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/openbox/config.h b/openbox/config.h
index e68bc12e..67fd8cf7 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -81,15 +81,17 @@ extern guint config_dock_app_move_button;
/*! The modifiers to be used with the button to move dock apps */
extern guint config_dock_app_move_modifiers;
-/* The name of the theme */
+/*! The name of the theme */
extern gchar *config_theme;
-/* Show the onepixel border after toggleDecor */
+/*! Show the one-pixel border after toggleDecor */
extern gboolean config_theme_keepborder;
-/* Hide window frame buttons that the window doesn't allow */
+/*! Hide window frame buttons that the window doesn't allow */
extern gboolean config_theme_hidedisabled;
-/* Titlebar button layout */
+/*! Titlebar button layout */
extern gchar *config_title_layout;
+/*! Append a unique number to windows with same titles */
+extern gboolean config_title_number;
/*! The number of desktops */
extern gint config_desktops_num;