aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
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'