aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-18 16:52:51 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-18 16:52:51 +0000
commit745c46d8fa810bbf45ef16e79a0f84c787f1a670 (patch)
tree1d87a0fd83e226d603e592e69a6f8625d287c288 /dmenu.1
parentd058e835708d530d74f7e82d643f48d4ad62e3a4 (diff)
downloaddmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.tar.gz
dmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.tar.bz2
dmenu-745c46d8fa810bbf45ef16e79a0f84c787f1a670.zip
fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.14
1 files changed, 3 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index f772634..7dac2a1 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -26,7 +26,9 @@ efficiently.
defines the x coordinate dmenu appears at (0 by default).
.TP
.B \-y
-defines the y coordinate dmenu appears at (0 by default).
+defines the y coordinate dmenu appears at (0 by default). If it is negative,
+dmenu will appear with the bottom at the given positive coordinate. It it is
+-0, dmenu appears at the screen bottom.
.TP
.B \-w
defines the width of the dmenu window (screen width by default).