aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-08-06 02:21:21 +0200
committerRasmus Steinke <rasi@xssn.at>2015-08-06 02:21:21 +0200
commitbb1f0d08cd438cc8da24e0341f902706a88e7aa5 (patch)
treecfc9169c6e987f35bd6cdb696489cdadd4ba3242 /config.example
parent76455ef7ca4be49de018bbd672dba7694800efe6 (diff)
downloadrofi-pass-bb1f0d08cd438cc8da24e0341f902706a88e7aa5.tar.gz
updated config example
Diffstat (limited to 'config.example')
-rw-r--r--config.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example b/config.example
index 84745b4..5bfca62 100644
--- a/config.example
+++ b/config.example
@@ -1,6 +1,9 @@
# set path to password store
basedir=~/.password-store/
+# optional rofi parameters:
+rofiopts="-no-levenshtein-sort"
+
# fields to be used
URL_field='URL'
USERNAME_field='UserName'