tupdated manpage - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 645f1d0dfcb3dada105b3633fb3b7c3d053fbd43
(DIR) parent d7d14e53dadaef99fdd754e82864cca20c816e23
(HTM) Author: Connor Lane Smith <cls@lubutu.com>
Date: Wed, 9 Jun 2010 10:13:26 +0100
updated manpage
Diffstat:
dmenu.1 | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/dmenu.1 b/dmenu.1
t@@ -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
t@@ -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.