From 866fda98b4766400d5ebc8639891ff93f393142b Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Fri, 26 Nov 2010 18:09:53 +0100 Subject: fix dmenu vertical detection --- examples/data/scripts/util/dmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/data/scripts/util/dmenu.sh b/examples/data/scripts/util/dmenu.sh index f789178..1bac6e9 100644 --- a/examples/data/scripts/util/dmenu.sh +++ b/examples/data/scripts/util/dmenu.sh @@ -67,7 +67,7 @@ if dmenu --help 2>&1 | grep -q '\[-xs\]'; then fi # Detect the vertical patch -if dmenu --help 2>&1 | grep -q '\[-l \]'; then +if dmenu --help 2>&1 | grep -q '\[-l lines\]'; then # Default to 10 lines if [ -z "$DMENU_LINES" ]; then DMENU_LINES=10 -- cgit v1.2.3