From 83a0303dd75ef0487fdd53e810914f21fdd3e459 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 16 Aug 2006 19:32:13 +0000 Subject: add option titleNumber in theme section to disable the little [x] that you get after identical window titles --- openbox/config.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'openbox/config.h') 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; -- cgit v1.2.3