diff options
author | Glen Whitney <gwhitney@post.harvard.edu> | 2019-04-22 17:53:04 (GMT) |
---|---|---|
committer | Glen Whitney <gwhitney@post.harvard.edu> | 2019-04-22 17:53:04 (GMT) |
commit | e792fff30fabdc070aed577fe9f2bf94f4bc9923 (patch) | |
tree | af87d4f186f9d259c5c98cc7355d82227c96b362 /doc/fluxbox-menu.5.in | |
parent | a46e5b83c6e9d0784993550e7bb404cf8250afac (diff) | |
download | fluxbox-e792fff30fabdc070aed577fe9f2bf94f4bc9923.zip fluxbox-e792fff30fabdc070aed577fe9f2bf94f4bc9923.tar.bz2 |
Fix menu docs, esp. items allowed in window menu
Diffstat (limited to 'doc/fluxbox-menu.5.in')
-rw-r--r-- | doc/fluxbox-menu.5.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
54 | The 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\&. | 54 | The 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 |
56 | You 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\&. | 56 | You 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 |
59 | The 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\&. | 59 | The 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 |
241 | Like 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\&. | 241 | The 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 |
243 | The available tags in this menu are: | 243 | The 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 |