diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-13 04:55:03 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-13 04:55:03 (GMT) |
commit | 5b07791ed4c33a11f8fabd274b07056e4fa6996d (patch) | |
tree | 5b62f4b779aab02f5115d15c5682977ccab4b99a /doc/asciidoc/fluxbox.txt | |
parent | e5fd401f4eadef1aa4ab91b11d38653d1a4b7194 (diff) | |
download | fluxbox_pavel-5b07791ed4c33a11f8fabd274b07056e4fa6996d.zip fluxbox_pavel-5b07791ed4c33a11f8fabd274b07056e4fa6996d.tar.bz2 |
merge menuDelay and menuDelayClose options
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 179818b..1bb9123 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -367,14 +367,6 @@ workspace that window is on, and select the window. Last but not least | |||
367 | you will notice the Icons menu. This is for applications which have | 367 | you will notice the Icons menu. This is for applications which have |
368 | been `iconified'. | 368 | been `iconified'. |
369 | 369 | ||
370 | Menu Behavior | ||
371 | ~~~~~~~~~~~~~ | ||
372 | The behavior of the submenus in a menu can be configured in the `init' | ||
373 | file, with the following entries (default for both is 0): | ||
374 | |||
375 | session.screen0.menuDelay: <msec> | ||
376 | session.screen0.menuDelayClose: <msec> | ||
377 | |||
378 | Menu Syntax | 370 | Menu Syntax |
379 | ~~~~~~~~~~~ | 371 | ~~~~~~~~~~~ |
380 | There are up to four fields in a menu line. They are of the form: | 372 | There are up to four fields in a menu line. They are of the form: |
@@ -837,12 +829,8 @@ session.screen0.defaultDeco: <string> | |||
837 | the APPLICATIONS section. Default: NORMAL. | 829 | the APPLICATIONS section. Default: NORMAL. |
838 | 830 | ||
839 | session.screen0.menuDelay: <integer> | 831 | session.screen0.menuDelay: <integer> |
840 | This sets the delay in milliseconds for submenus to open with the previous | 832 | This sets the delay in milliseconds for submenus to open when you hover |
841 | option set to `Delay'. Default: 0 | 833 | over them or to close when you hover over another item. Default: 200 |
842 | |||
843 | session.screen0.menuDelayClose: 0 | ||
844 | This value sets the delay in milliseconds that you would like the menu to | ||
845 | remain visible after you've clicked out of it. Default: 0 | ||
846 | 834 | ||
847 | session.screen0.focusNewWindows: <boolean> | 835 | session.screen0.focusNewWindows: <boolean> |
848 | This sets whether or not new windows will become focused automatically. | 836 | This sets whether or not new windows will become focused automatically. |