2015-05-24 01:17:53 +02:00
|
|
|
# set path to password store
|
2015-05-22 22:15:14 +02:00
|
|
|
basedir=~/.password-store/
|
2015-05-24 01:17:53 +02:00
|
|
|
|
|
|
|
# fields to be used
|
2015-05-22 22:15:14 +02:00
|
|
|
URL_field='URL'
|
|
|
|
USERNAME_field='UserName'
|
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-06-17 19:50:21 +02:00
|
|
|
|
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"
|
|
|
|
copy_name="Alt+c"
|
|
|
|
copy_pass="Alt+Shift+c"
|
2015-06-17 19:52:51 +02:00
|
|
|
edit="Alt+1"
|
|
|
|
move="Alt+2"
|
|
|
|
delete="Alt+3"
|
|
|
|
show="Alt+4"
|