From 11d4ec144a21aebdba6f21c7904c67df6a9ff091 Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 29 Aug 2014 17:44:10 +0200 Subject: [PATCH] Add testing char width. --- test/run_dmenu_custom_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_dmenu_custom_test.sh b/test/run_dmenu_custom_test.sh index 6b110863..f45f8fc3 100755 --- a/test/run_dmenu_custom_test.sh +++ b/test/run_dmenu_custom_test.sh @@ -6,7 +6,7 @@ XPID=$! # wait till it is up, run rofi with error message sleep 1; -echo -e -n "aap\nnoot\nmies" | ./rofi -dmenu -display :202 > output.txt & +echo -e -n "aap\nnoot\nmies" | ./rofi -width -30 -dmenu -display :202 > output.txt & RPID=$! # send enter.