summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-10-13 04:55:03 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-10-13 04:55:03 (GMT)
commit5b07791ed4c33a11f8fabd274b07056e4fa6996d (patch)
tree5b62f4b779aab02f5115d15c5682977ccab4b99a /doc
parente5fd401f4eadef1aa4ab91b11d38653d1a4b7194 (diff)
downloadfluxbox_lack-5b07791ed4c33a11f8fabd274b07056e4fa6996d.zip
fluxbox_lack-5b07791ed4c33a11f8fabd274b07056e4fa6996d.tar.bz2
merge menuDelay and menuDelayClose options
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox.132
-rw-r--r--doc/asciidoc/fluxbox.txt16
-rw-r--r--doc/fluxbox.1.in32
3 files changed, 10 insertions, 70 deletions
diff --git a/doc/asciidoc/fluxbox.1 b/doc/asciidoc/fluxbox.1
index 9eae541..11cea60 100644
--- a/doc/asciidoc/fluxbox.1
+++ b/doc/asciidoc/fluxbox.1
@@ -1,12 +1,12 @@
1.\" Title: fluxbox 1.\" Title: fluxbox
2.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] 2.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 3.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
4.\" Date: 10/04/2008 4.\" Date: 10/12/2008
5.\" Manual: [FIXME: manual] 5.\" Manual: [FIXME: manual]
6.\" Source: [FIXME: source] 6.\" Source: [FIXME: source]
7.\" Language: English 7.\" Language: English
8.\" 8.\"
9.TH "FLUXBOX" "1" "10/04/2008" "[FIXME: source]" "[FIXME: manual]" 9.TH "FLUXBOX" "1" "10/12/2008" "[FIXME: source]" "[FIXME: manual]"
10.\" ----------------------------------------------------------------- 10.\" -----------------------------------------------------------------
11.\" * (re)Define some macros 11.\" * (re)Define some macros
12.\" ----------------------------------------------------------------- 12.\" -----------------------------------------------------------------
@@ -845,26 +845,6 @@ Button 3 (Un)Maximize window horizontally\&.
845.SS "Workspace Menu" 845.SS "Workspace Menu"
846.sp 846.sp
847The workspace menu can be found by middle clicking on the background\&. A menu will popup giving you the option to add or remove a workspace\&. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window\&. Last but not least you will notice the Icons menu\&. This is for applications which have been `iconified\'\&. 847The workspace menu can be found by middle clicking on the background\&. A menu will popup giving you the option to add or remove a workspace\&. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window\&. Last but not least you will notice the Icons menu\&. This is for applications which have been `iconified\'\&.
848.SS "Menu Behavior"
849.sp
850The behavior of the submenus in a menu can be configured in the `init\' file, with the following entries (default for both is 0):
851.sp
852.if n \{\
853.RS 4
854.\}
855.fam C
856.ps -1
857.nf
858.BB lightgray
859session\&.screen0\&.menuDelay: <msec>
860session\&.screen0\&.menuDelayClose: <msec>
861.EB lightgray
862.fi
863.fam
864.ps +1
865.if n \{\
866.RE
867.\}
868.SS "Menu Syntax" 848.SS "Menu Syntax"
869.sp 849.sp
870There are up to four fields in a menu line\&. They are of the form: 850There are up to four fields in a menu line\&. They are of the form:
@@ -1789,12 +1769,8 @@ session\&.screen0\&.defaultDeco: <string>
1789 the APPLICATIONS section\&. Default: NORMAL\&. 1769 the APPLICATIONS section\&. Default: NORMAL\&.
1790 1770
1791session\&.screen0\&.menuDelay: <integer> 1771session\&.screen0\&.menuDelay: <integer>
1792 This sets the delay in milliseconds for submenus to open with the previous 1772 This sets the delay in milliseconds for submenus to open when you hover
1793 option set to `Delay\'\&. Default: 0 1773 over them or to close when you hover over another item\&. Default: 200
1794
1795session\&.screen0\&.menuDelayClose: 0
1796 This value sets the delay in milliseconds that you would like the menu to
1797 remain visible after you\'ve clicked out of it\&. Default: 0
1798 1774
1799session\&.screen0\&.focusNewWindows: <boolean> 1775session\&.screen0\&.focusNewWindows: <boolean>
1800 This sets whether or not new windows will become focused automatically\&. 1776 This sets whether or not new windows will become focused automatically\&.
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
367you will notice the Icons menu. This is for applications which have 367you will notice the Icons menu. This is for applications which have
368been `iconified'. 368been `iconified'.
369 369
370Menu Behavior
371~~~~~~~~~~~~~
372The behavior of the submenus in a menu can be configured in the `init'
373file, with the following entries (default for both is 0):
374
375 session.screen0.menuDelay: <msec>
376 session.screen0.menuDelayClose: <msec>
377
378Menu Syntax 370Menu Syntax
379~~~~~~~~~~~ 371~~~~~~~~~~~
380There are up to four fields in a menu line. They are of the form: 372There 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
839session.screen0.menuDelay: <integer> 831session.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
843session.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
847session.screen0.focusNewWindows: <boolean> 835session.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.
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 9eae541..11cea60 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -1,12 +1,12 @@
1.\" Title: fluxbox 1.\" Title: fluxbox
2.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] 2.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 3.\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
4.\" Date: 10/04/2008 4.\" Date: 10/12/2008
5.\" Manual: [FIXME: manual] 5.\" Manual: [FIXME: manual]
6.\" Source: [FIXME: source] 6.\" Source: [FIXME: source]
7.\" Language: English 7.\" Language: English
8.\" 8.\"
9.TH "FLUXBOX" "1" "10/04/2008" "[FIXME: source]" "[FIXME: manual]" 9.TH "FLUXBOX" "1" "10/12/2008" "[FIXME: source]" "[FIXME: manual]"
10.\" ----------------------------------------------------------------- 10.\" -----------------------------------------------------------------
11.\" * (re)Define some macros 11.\" * (re)Define some macros
12.\" ----------------------------------------------------------------- 12.\" -----------------------------------------------------------------
@@ -845,26 +845,6 @@ Button 3 (Un)Maximize window horizontally\&.
845.SS "Workspace Menu" 845.SS "Workspace Menu"
846.sp 846.sp
847The workspace menu can be found by middle clicking on the background\&. A menu will popup giving you the option to add or remove a workspace\&. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window\&. Last but not least you will notice the Icons menu\&. This is for applications which have been `iconified\'\&. 847The workspace menu can be found by middle clicking on the background\&. A menu will popup giving you the option to add or remove a workspace\&. You will also see your workspaces listed there; middle clicking on a workspace name will take you to that workspace, whereas clicking on a window name in one of the per\-workspace submenus will take you to the workspace that window is on, and select the window\&. Last but not least you will notice the Icons menu\&. This is for applications which have been `iconified\'\&.
848.SS "Menu Behavior"
849.sp
850The behavior of the submenus in a menu can be configured in the `init\' file, with the following entries (default for both is 0):
851.sp
852.if n \{\
853.RS 4
854.\}
855.fam C
856.ps -1
857.nf
858.BB lightgray
859session\&.screen0\&.menuDelay: <msec>
860session\&.screen0\&.menuDelayClose: <msec>
861.EB lightgray
862.fi
863.fam
864.ps +1
865.if n \{\
866.RE
867.\}
868.SS "Menu Syntax" 848.SS "Menu Syntax"
869.sp 849.sp
870There are up to four fields in a menu line\&. They are of the form: 850There are up to four fields in a menu line\&. They are of the form:
@@ -1789,12 +1769,8 @@ session\&.screen0\&.defaultDeco: <string>
1789 the APPLICATIONS section\&. Default: NORMAL\&. 1769 the APPLICATIONS section\&. Default: NORMAL\&.
1790 1770
1791session\&.screen0\&.menuDelay: <integer> 1771session\&.screen0\&.menuDelay: <integer>
1792 This sets the delay in milliseconds for submenus to open with the previous 1772 This sets the delay in milliseconds for submenus to open when you hover
1793 option set to `Delay\'\&. Default: 0 1773 over them or to close when you hover over another item\&. Default: 200
1794
1795session\&.screen0\&.menuDelayClose: 0
1796 This value sets the delay in milliseconds that you would like the menu to
1797 remain visible after you\'ve clicked out of it\&. Default: 0
1798 1774
1799session\&.screen0\&.focusNewWindows: <boolean> 1775session\&.screen0\&.focusNewWindows: <boolean>
1800 This sets whether or not new windows will become focused automatically\&. 1776 This sets whether or not new windows will become focused automatically\&.