From 9149e35248716db522929795b3b905883eb5f86a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 2 Jun 2016 08:39:40 +0200 Subject: Try to enable xinerama for tests --- test/run_fuzzy_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_fuzzy_test.sh') diff --git a/test/run_fuzzy_test.sh b/test/run_fuzzy_test.sh index e7e5d81a..b055b328 100755 --- a/test/run_fuzzy_test.sh +++ b/test/run_fuzzy_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -dmenu > output.txt & +echo -en "nooty\naap\nnoot\nmies" | rofi -fuzzy -no-regex -dmenu > output.txt & RPID=$! # send enter. -- cgit v1.2.3