aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-09-13 04:04:21 +0200
committerRasmus Steinke <rasi@xssn.at>2015-09-13 04:04:21 +0200
commitf36ad274fe90595cc14ecd74f89d20cb18fbe346 (patch)
tree045130a729158fb596fe1e92757477093f940484 /config.example
parenteab022949e8cedffcb475a7ff3e2dc1f1c7b366c (diff)
downloadrofi-pass-f36ad274fe90595cc14ecd74f89d20cb18fbe346.tar.gz
nicer default field names
Diffstat (limited to 'config.example')
-rw-r--r--config.example9
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'