diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 19:32:13 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 19:32:13 +0000 |
| commit | 83a0303dd75ef0487fdd53e810914f21fdd3e459 (patch) | |
| tree | 537f87dfb49623adb649e8d8a1638dea0a5b2c36 /openbox/config.h | |
| parent | 2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f (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.h | 10 |
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; |
