diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-10-31 10:10:33 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-10-31 10:10:33 +0000 |
| commit | 10805a47644f9b7eb01528287c3281232e9187d0 (patch) | |
| tree | a89ab6b703fbccc9714af8d3efb4faf2bb2c6d3c /openbox/config.h | |
| parent | b27343a314efa7f42510beaee2c7260a54bbf7ac (diff) | |
config option for icons in desktop menus
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h index c7df90f0..13255108 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -113,6 +113,8 @@ extern gboolean config_menu_warppointer; extern gboolean config_menu_xorstyle; /*! delay for hiding menu when opening */ extern guint config_menu_hide_delay; +/*! show icons in client_list_menu */ +extern gboolean config_menu_client_list_icons; /*! User-specified menu files */ extern GSList *config_menu_files; |
