Xinqi Bao's Git
projects
/
dmenu.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
d7d14e5
)
updated manpage
author
Connor Lane Smith <
[email protected]
>
Wed, 9 Jun 2010 09:13:26 +0000
(10:13 +0100)
committer
Connor Lane Smith <
[email protected]
>
Wed, 9 Jun 2010 09:13:26 +0000
(10:13 +0100)
dmenu.1
diff
|
blob
|
history
diff --git
a/dmenu.1
b/dmenu.1
index
24ee38b
..
03ebda8
100644
(file)
--- a/
dmenu.1
+++ b/
dmenu.1
@@
-5,13
+5,14
@@
dmenu \- dynamic menu
.B dmenu
.RB [ \-i ]
.RB [ \-b ]
.B dmenu
.RB [ \-i ]
.RB [ \-b ]
-.RB [ \-l " <lines>"]
-.RB [ \-fn " <font>"]
-.RB [ \-nb " <color>"]
-.RB [ \-nf " <color>"]
-.RB [ \-p " <prompt>"]
-.RB [ \-sb " <color>"]
-.RB [ \-sf " <color>"]
+.RB [ \-e " <xid>]"
+.RB [ \-l " <lines>]"
+.RB [ \-fn " <font>]"
+.RB [ \-nb " <color>]"
+.RB [ \-nf " <color>]"
+.RB [ \-p " <prompt>]"
+.RB [ \-sb " <color>]"
+.RB [ \-sf " <color>]"
.RB [ \-v ]
.SH DESCRIPTION
.SS Overview
.RB [ \-v ]
.SH DESCRIPTION
.SS Overview
@@
-27,6
+28,9
@@
makes dmenu match menu entries case insensitively.
.B \-b
defines that dmenu appears at the bottom.
.TP
.B \-b
defines that dmenu appears at the bottom.
.TP
+.B \-e <xid>
+reparents dmenu to the window specified by xid.
+.TP
.B \-l <lines>
activates vertical list mode.
The given number of lines will be displayed. Window height will get adjusted.
.B \-l <lines>
activates vertical list mode.
The given number of lines will be displayed. Window height will get adjusted.