2015-08-19 23:27:01 -04:00
|
|
|
# permanently set alternative root dir
|
2015-08-20 12:07:29 -04:00
|
|
|
# root=/path/to/root
|
2015-05-23 19:17:53 -04:00
|
|
|
|
2016-03-30 11:59:02 -04:00
|
|
|
# rofi command. Make sure to have "$@" as last argument
|
|
|
|
_rofi () {
|
2016-05-27 09:05:21 -04:00
|
|
|
rofi -i -width 700 -no-levenshtein-sort "$@"
|
2016-03-30 11:59:02 -04:00
|
|
|
}
|
|
|
|
|
2016-07-31 15:15:18 -04:00
|
|
|
# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
|
2016-08-03 23:27:48 -04:00
|
|
|
#keyboard=us
|
2015-08-05 20:21:21 -04:00
|
|
|
|
2015-05-23 19:17:53 -04:00
|
|
|
# fields to be used
|
2015-09-12 22:04:21 -04:00
|
|
|
URL_field='url'
|
|
|
|
USERNAME_field='user'
|
2015-07-17 12:20:06 -04:00
|
|
|
AUTOTYPE_field='autotype'
|
2015-05-23 19:17:53 -04:00
|
|
|
|
2015-09-12 22:04:21 -04:00
|
|
|
# delay to be used for :delay keyword
|
|
|
|
delay=2
|
|
|
|
|
2015-05-23 19:17:53 -04:00
|
|
|
## Programs to be used
|
|
|
|
# Editor
|
2015-05-22 16:15:14 -04:00
|
|
|
EDITOR='gvim -f'
|
|
|
|
|
2015-05-23 19:17:53 -04:00
|
|
|
# Browser
|
|
|
|
BROWSER='chromium'
|
2015-05-24 01:28:49 -04:00
|
|
|
|
|
|
|
## Misc settings
|
|
|
|
|
2016-08-06 00:22:56 -04:00
|
|
|
default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
|
2015-07-10 11:09:54 -04:00
|
|
|
auto_enter='false'
|
2015-11-08 19:20:21 -05:00
|
|
|
notify='false'
|
2015-06-17 13:50:21 -04:00
|
|
|
|
2015-12-27 02:21:28 -05:00
|
|
|
# color of the help messages
|
|
|
|
# leave empty for autodetection
|
2016-11-07 19:32:34 -05:00
|
|
|
help_color="#4872FF"
|
2015-12-27 02:21:28 -05:00
|
|
|
|
2015-08-13 12:41:07 -04:00
|
|
|
# Clipboard settings
|
|
|
|
# Possible options: primary, clipboard, both
|
|
|
|
clip=primary
|
|
|
|
|
2016-05-24 17:10:13 -04:00
|
|
|
# Options for generating new password entries
|
|
|
|
default_user=john_doe
|
|
|
|
default_user2=mary_ann
|
|
|
|
password_length=12
|
|
|
|
|
2015-06-17 13:55:29 -04:00
|
|
|
# Custom Keybindings
|
2015-06-17 13:50:21 -04:00
|
|
|
autotype="Alt+1"
|
|
|
|
type_user="Alt+2"
|
|
|
|
type_pass="Alt+3"
|
|
|
|
open_url="Alt+4"
|
2015-08-08 18:21:58 -04:00
|
|
|
copy_name="Alt+u"
|
2015-08-13 14:05:59 -04:00
|
|
|
copy_url="Alt+l"
|
2015-08-06 07:29:57 -04:00
|
|
|
copy_pass="Alt+p"
|
2015-11-14 00:35:10 -05: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"
|
2015-12-27 02:14:16 -05:00
|
|
|
switch="Alt+x"
|
2016-05-24 12:59:17 -04:00
|
|
|
insert_pass="Alt+n"
|