2015-08-20 05:27:01 +02:00
|
|
|
# permanently set alternative root dir
|
2015-08-20 18:07:29 +02:00
|
|
|
# root=/path/to/root
|
2015-05-24 01:17:53 +02:00
|
|
|
|
2015-08-06 02:21:21 +02:00
|
|
|
# optional rofi parameters:
|
2015-08-06 13:29:57 +02:00
|
|
|
# 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.
|
2015-09-13 04:07:27 +02:00
|
|
|
rofiopts="-i -width 700 -no-levenshtein-sort"
|
2015-08-06 02:21:21 +02:00
|
|
|
|
2015-05-24 01:17:53 +02:00
|
|
|
# fields to be used
|
2015-09-13 04:04:21 +02:00
|
|
|
URL_field='url'
|
|
|
|
USERNAME_field='user'
|
2015-07-17 18:20:06 +02:00
|
|
|
AUTOTYPE_field='autotype'
|
2015-05-24 01:17:53 +02:00
|
|
|
|
2015-09-13 04:04:21 +02:00
|
|
|
# delay to be used for :delay keyword
|
|
|
|
delay=2
|
|
|
|
|
2015-05-24 01:17:53 +02:00
|
|
|
## Programs to be used
|
|
|
|
# Editor
|
2015-05-22 22:15:14 +02:00
|
|
|
EDITOR='gvim -f'
|
|
|
|
|
2015-05-24 01:17:53 +02:00
|
|
|
# Browser
|
|
|
|
BROWSER='chromium'
|
2015-05-24 07:28:49 +02:00
|
|
|
|
|
|
|
## Misc settings
|
|
|
|
|
2015-07-09 02:20:18 +02:00
|
|
|
help_color='#0C73C2'
|
2015-07-10 17:09:54 +02:00
|
|
|
auto_enter='false'
|
2015-11-09 01:20:21 +01:00
|
|
|
notify='false'
|
2015-11-10 11:04:49 +01:00
|
|
|
passlength='20'
|
2015-06-17 19:50:21 +02:00
|
|
|
|
2015-08-23 23:28:45 +02:00
|
|
|
# seconds to wait before re-opening showEntry-menu
|
|
|
|
# after autotyping an entry. Set to "off" to disable
|
|
|
|
count=2
|
|
|
|
|
2015-08-13 18:41:07 +02:00
|
|
|
# Clipboard settings
|
|
|
|
# Possible options: primary, clipboard, both
|
|
|
|
clip=primary
|
|
|
|
|
2015-06-17 19:55:29 +02:00
|
|
|
# Custom Keybindings
|
2015-06-17 19:50:21 +02:00
|
|
|
autotype="Alt+1"
|
|
|
|
type_user="Alt+2"
|
|
|
|
type_pass="Alt+3"
|
|
|
|
open_url="Alt+4"
|
2015-08-09 00:21:58 +02:00
|
|
|
copy_name="Alt+u"
|
2015-08-13 20:05:59 +02:00
|
|
|
copy_url="Alt+l"
|
2015-08-06 13:29:57 +02:00
|
|
|
copy_pass="Alt+p"
|
2015-11-14 06:35:10 +01:00
|
|
|
show="Alt+o"
|
|
|
|
copy_entry="Alt+2"
|
|
|
|
type_entry="Alt+1"
|
|
|
|
copy_menu="Alt+c"
|
|
|
|
action_menu="Alt+a"
|
|
|
|
type_menu="Alt+t"
|
|
|
|
help="Alt+h"
|