all repos — dmenu @ 645f1d0dfcb3dada105b3633fb3b7c3d053fbd43

my build of dmenu

updated manpage
Connor Lane Smith cls@lubutu.com
Wed, 09 Jun 2010 10:13:26 +0100
commit

645f1d0dfcb3dada105b3633fb3b7c3d053fbd43

parent

d7d14e53dadaef99fdd754e82864cca20c816e23

1 files changed, 11 insertions(+), 7 deletions(-)

jump to
M dmenu.1dmenu.1

@@ -5,13 +5,14 @@ .SH SYNOPSIS

.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

@@ -26,6 +27,9 @@ makes dmenu match menu entries case insensitively.

.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.