about summary refs log tree commit diff
path: root/dmenu.1
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 /dmenu.1
parentAdded tag 4.1.1 for changeset 72749a826cab (diff)
downloaddmenu-645f1d0dfcb3dada105b3633fb3b7c3d053fbd43.tar.gz
dmenu-645f1d0dfcb3dada105b3633fb3b7c3d053fbd43.tar.bz2
dmenu-645f1d0dfcb3dada105b3633fb3b7c3d053fbd43.zip
updated manpage
Diffstat (limited to 'dmenu.1')
-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
 .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
@@ -27,6 +28,9 @@ makes dmenu match menu entries case insensitively.
 .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.