aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-09 10:13:26 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-09 10:13:26 +0100
commit645f1d0dfcb3dada105b3633fb3b7c3d053fbd43 (patch)
treee0119c297bd2dd4a5aaa59c5bce4b415634cd8aa
parentd7d14e53dadaef99fdd754e82864cca20c816e23 (diff)
updated manpage
-rw-r--r--dmenu.118
1 files changed, 11 insertions, 7 deletions
diff --git a/dmenu.1 b/dmenu.1
index 24ee38b..03ebda8 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -5,13 +5,14 @@ dmenu \- dynamic menu
5.B dmenu 5.B dmenu
6.RB [ \-i ] 6.RB [ \-i ]
7.RB [ \-b ] 7.RB [ \-b ]
8.RB [ \-l " <lines>"] 8.RB [ \-e " <xid>]"
9.RB [ \-fn " <font>"] 9.RB [ \-l " <lines>]"
10.RB [ \-nb " <color>"] 10.RB [ \-fn " <font>]"
11.RB [ \-nf " <color>"] 11.RB [ \-nb " <color>]"
12.RB [ \-p " <prompt>"] 12.RB [ \-nf " <color>]"
13.RB [ \-sb " <color>"] 13.RB [ \-p " <prompt>]"
14.RB [ \-sf " <color>"] 14.RB [ \-sb " <color>]"
15.RB [ \-sf " <color>]"
15.RB [ \-v ] 16.RB [ \-v ]
16.SH DESCRIPTION 17.SH DESCRIPTION
17.SS Overview 18.SS Overview
@@ -27,6 +28,9 @@ makes dmenu match menu entries case insensitively.
27.B \-b 28.B \-b
28defines that dmenu appears at the bottom. 29defines that dmenu appears at the bottom.
29.TP 30.TP
31.B \-e <xid>
32reparents dmenu to the window specified by xid.
33.TP
30.B \-l <lines> 34.B \-l <lines>
31activates vertical list mode. 35activates vertical list mode.
32The given number of lines will be displayed. Window height will get adjusted. 36The given number of lines will be displayed. Window height will get adjusted.