diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-16 08:19:00 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-16 22:00:48 -0500 |
| commit | a8554def0e1d0dc4b481b7b3c88af9fe3b09660d (patch) | |
| tree | c367497f0077dfc33b46c12501b1868f5a565716 | |
| parent | a891a188d0edc740cc1ba19025df1844c6a83f76 (diff) | |
lower the default submenu show delay
| -rw-r--r-- | data/rc.xml | 2 | ||||
| -rw-r--r-- | openbox/config.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml index 63470918..cacd73dd 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -673,7 +673,7 @@ menu is hidden again --> <middle>no</middle> <!-- center submenus vertically about the parent entry --> - <submenuShowDelay>200</submenuShowDelay> + <submenuShowDelay>100</submenuShowDelay> <!-- time to delay before showing a submenu after hovering over the parent entry. if this is a negative value, then the delay is infinite and the diff --git a/openbox/config.c b/openbox/config.c index 94ff1d7c..bf0facda 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -1042,7 +1042,7 @@ void config_startup(ObtXmlInst *i) config_menu_hide_delay = 250; config_menu_middle = FALSE; - config_submenu_show_delay = 200; + config_submenu_show_delay = 100; config_submenu_hide_delay = 400; config_menu_manage_desktops = TRUE; config_menu_files = NULL; |
