aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2016-05-27 15:05:21 +0200
committerRasmus Steinke <rasi@xssn.at>2016-05-27 15:05:21 +0200
commit21f40255f30fbab1aa1e326ca9cffc90ed4dbde0 (patch)
tree8636657cf378ce91f5233429cde0df1f4d2c97e9
parent2a627d11d742e06dfb143892c5fd5531321e88ff (diff)
downloadrofi-pass-21f40255f30fbab1aa1e326ca9cffc90ed4dbde0.tar.gz
remove -z option
-rw-r--r--config.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example b/config.example
index fb03d83..fd748cf 100644
--- a/config.example
+++ b/config.example
@@ -3,7 +3,7 @@
# rofi command. Make sure to have "$@" as last argument
_rofi () {
- rofi -z -i -width 700 -no-levenshtein-sort "$@"
+ rofi -i -width 700 -no-levenshtein-sort "$@"
}