diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml index cf6d47cd..c89625dd 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -633,11 +633,15 @@ <middle>no</middle> <!-- center submenus vertically about the parent entry --> <submenuShowDelay>200</submenuShowDelay> - <!-- this one is easy, time to delay before showing a submenu after hovering - over the parent entry --> + <!-- 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 + submenu will not be shown until it is clicked on --> <submenuHideDelay>400</submenuHideDelay> <!-- time to delay before hiding a submenu when selecting another entry in parent menu --> + if this is a negative value, then the delay is infinite and the + submenu will not be hidden until a different submenu is opened --> <applicationIcons>yes</applicationIcons> <!-- controls if icons appear in the client-list-(combined-)menu --> <manageDesktops>yes</manageDesktops> |
