aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Whitney <gwhitney@post.harvard.edu>2019-04-22 17:53:04 (GMT)
committerGlen Whitney <gwhitney@post.harvard.edu>2019-04-22 17:53:04 (GMT)
commite792fff30fabdc070aed577fe9f2bf94f4bc9923 (patch)
treeaf87d4f186f9d259c5c98cc7355d82227c96b362
parenta46e5b83c6e9d0784993550e7bb404cf8250afac (diff)
downloadfluxbox-e792fff30fabdc070aed577fe9f2bf94f4bc9923.zip
fluxbox-e792fff30fabdc070aed577fe9f2bf94f4bc9923.tar.bz2
Fix menu docs, esp. items allowed in window menu
-rw-r--r--doc/asciidoc/fluxbox-menu.txt11
-rw-r--r--doc/fluxbox-menu.5.in6
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt
index 6b20d15..479f4af 100644
--- a/doc/asciidoc/fluxbox-menu.txt
+++ b/doc/asciidoc/fluxbox-menu.txt
@@ -50,7 +50,7 @@ which appears when you right-click on a window's titlebar or iconbar. This opens
50a menu file as defined by *~/.fluxbox/windowmenu*. If this file does not exist, 50a menu file as defined by *~/.fluxbox/windowmenu*. If this file does not exist,
51fluxbox will copy in the default from *@pkgdatadir@/windowmenu*. 51fluxbox will copy in the default from *@pkgdatadir@/windowmenu*.
52 52
53You do not need to ``reload'' fluxbox after editing the apps file, the changes 53You do not need to ``reload'' fluxbox after editing either menu file, the changes
54should be taken into account the next time you open the menu. 54should be taken into account the next time you open the menu.
55 55
56ROOT MENU 56ROOT MENU
@@ -188,11 +188,12 @@ Fluxbox Functions
188 188
189WINDOW MENU 189WINDOW MENU
190----------- 190-----------
191Like the *ROOT MENU*, this menu file must start with *[begin]* and end with 191The syntax for the Window Menu is mostly identical to that for the *ROOT MENU*;
192*[end]*. However, this file consists of only one *[*'tag'*]* per line with no 192it must start with *[begin]* and end with *[end]*, and may have any of the above
193labels, commands, or icons. 193tags. However, it may also contain any of the following window-specific *[*'tag'*]*s,
194which each must be on a line by itself with no labels, commands, or icons.
194 195
195The available tags in this menu are: 196The additonal available tags in this menu are:
196 197
197*[shade]*;; 198*[shade]*;;
198 Provides a menu item to shade or unshade (or, roll-up) the window. This is 199 Provides a menu item to shade or unshade (or, roll-up) the window. This is
diff --git a/doc/fluxbox-menu.5.in b/doc/fluxbox-menu.5.in
index 4a1c78e..84dd4b7 100644
--- a/doc/fluxbox-menu.5.in
+++ b/doc/fluxbox-menu.5.in
@@ -53,7 +53,7 @@ Fluxbox installs a default root menu file in \fB@pkgdatadir@/menu\fR\&. You can
53.sp 53.sp
54The second type is the \fBWINDOW MENU\fR, which defines the contents of the menu which appears when you right\-click on a window\(cqs titlebar or iconbar\&. This opens a menu file as defined by \fB~/\&.fluxbox/windowmenu\fR\&. If this file does not exist, fluxbox will copy in the default from \fB@pkgdatadir@/windowmenu\fR\&. 54The second type is the \fBWINDOW MENU\fR, which defines the contents of the menu which appears when you right\-click on a window\(cqs titlebar or iconbar\&. This opens a menu file as defined by \fB~/\&.fluxbox/windowmenu\fR\&. If this file does not exist, fluxbox will copy in the default from \fB@pkgdatadir@/windowmenu\fR\&.
55.sp 55.sp
56You do not need to \(lqreload\(rq fluxbox after editing the apps file, the changes should be taken into account the next time you open the menu\&. 56You do not need to \(lqreload\(rq fluxbox after editing either menu file, the changes should be taken into account the next time you open the menu\&.
57.SH "ROOT MENU" 57.SH "ROOT MENU"
58.sp 58.sp
59The root menu must begin with a \fB[begin]\fR tag and end with an \fB[end]\fR tag, and every tag must be on its own line\&. 59The root menu must begin with a \fB[begin]\fR tag and end with an \fB[end]\fR tag, and every tag must be on its own line\&.
@@ -238,9 +238,9 @@ for more information\&.
238.RE 238.RE
239.SH "WINDOW MENU" 239.SH "WINDOW MENU"
240.sp 240.sp
241Like the \fBROOT MENU\fR, this menu file must start with \fB[begin]\fR and end with \fB[end]\fR\&. However, this file consists of only one \fB[\fR\fItag\fR\fB]\fR per line with no labels, commands, or icons\&. 241The syntax for the Window Menu is mostly identical to that for the \fBROOT MENU\fR; it must start with \fB[begin]\fR and end with \fB[end]\fR, and may have any of the above tags\&. However, it may also contain any of the following window-specific \fB[\fR\fItag\fR\fB]\fRs, which each must be on a line by itself with no labels, commands, or icons\&.
242.sp 242.sp
243The available tags in this menu are: 243The additional available tags in this menu are:
244.PP 244.PP
245\fB[shade]\fR 245\fB[shade]\fR
246.RS 4 246.RS 4