all repos — openbox @ a8554def0e1d0dc4b481b7b3c88af9fe3b09660d

openbox fork - make it a bit more like ryudo

lower the default submenu show delay
Dana Jansens danakj@orodu.net
commit

a8554def0e1d0dc4b481b7b3c88af9fe3b09660d

parent

a891a188d0edc740cc1ba19025df1844c6a83f76

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M data/rc.xmldata/rc.xml

@@ -673,7 +673,7 @@ <!-- if a press-release lasts longer than this setting (in milliseconds), the

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
M openbox/config.copenbox/config.c

@@ -1042,7 +1042,7 @@ obt_xml_register(i, "resistance", parse_resistance, NULL);

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;