diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-09-13 04:04:21 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-09-13 04:04:21 +0200 |
commit | f36ad274fe90595cc14ecd74f89d20cb18fbe346 (patch) | |
tree | 045130a729158fb596fe1e92757477093f940484 /config.example | |
parent | eab022949e8cedffcb475a7ff3e2dc1f1c7b366c (diff) | |
download | rofi-pass-f36ad274fe90595cc14ecd74f89d20cb18fbe346.tar.gz |
nicer default field names
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.example b/config.example index 397ed9b..75086c0 100644 --- a/config.example +++ b/config.example @@ -5,13 +5,16 @@ # keep in mind that 0.15.7 has different arguments compared to # latest git. for rofi-pass this means that "-i" will not work with # 0.15.7. -rofiopts="-no-levenshtein-sort" +rofiopts="-i -width 1000 -no-levenshtein-sort" # fields to be used -URL_field='URL' -USERNAME_field='UserName' +URL_field='url' +USERNAME_field='user' AUTOTYPE_field='autotype' +# delay to be used for :delay keyword +delay=2 + ## Programs to be used # Editor EDITOR='gvim -f' |