2015-05-23 19:17:53 -04:00
|
|
|
# set path to password store
|
2015-05-22 16:15:14 -04:00
|
|
|
basedir=~/.password-store/
|
2015-05-23 19:17:53 -04:00
|
|
|
|
|
|
|
# fields to be used
|
2015-05-22 16:15:14 -04:00
|
|
|
URL_field='URL'
|
|
|
|
USERNAME_field='UserName'
|
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
|
|
|
|
|
|
|
|
help_color="#0C73C2"
|
2015-05-30 05:15:04 -04:00
|
|
|
|
|
|
|
## rofi expects a root directory in your basedir
|
|
|
|
## underneath this directory all your password groups
|
|
|
|
## are stored inside directories.
|
|
|
|
## if you don't want to separate roots, enable this setting
|
|
|
|
#root=.
|