diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-08-06 02:21:21 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-08-06 02:21:21 +0200 |
commit | bb1f0d08cd438cc8da24e0341f902706a88e7aa5 (patch) | |
tree | cfc9169c6e987f35bd6cdb696489cdadd4ba3242 /config.example | |
parent | 76455ef7ca4be49de018bbd672dba7694800efe6 (diff) | |
download | rofi-pass-bb1f0d08cd438cc8da24e0341f902706a88e7aa5.tar.gz |
updated config example
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 3 |
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' |