rofi-pass/config.example

32 lines
475 B
Plaintext
Raw Normal View History

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'
AUTOTYPE_field='CustomOrder'
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'
## Misc settings
2015-07-08 20:20:18 -04:00
help_color='#0C73C2'
2015-07-10 11:09:54 -04:00
auto_enter='false'
2015-06-17 13:50:21 -04:00
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"
copy_name="Alt+c"
copy_pass="Alt+Shift+c"
2015-06-17 13:52:51 -04:00
edit="Alt+1"
move="Alt+2"
delete="Alt+3"
show="Alt+4"