Add rofi and rofi-pass configs
[~bandali/configs] / rofi-pass / .config / rofi-pass / config
CommitLineData
173fe47d
AB
1# permanently set alternative root dir
2# root=/path/to/root
3
4# rofi command. Make sure to have "$@" as last argument
5_rofi () {
6 rofi -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
7}
8
9# keyboard layout (set this to your actual layout. E.g. keyboard="de us"
10#keyboard=us
11
12# fields to be used
13URL_field='url'
14USERNAME_field='user'
15AUTOTYPE_field='autotype'
16
17# delay to be used for :delay keyword
18delay=2
19
20## Programs to be used
21# Editor
22EDITOR='gvim -f'
23
24# Browser
25BROWSER='chromium'
26
27## Misc settings
28
29default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
30auto_enter='false'
31notify='false'
32
33# color of the help messages
34# leave empty for autodetection
35help_color="#4872FF"
36
37# Clipboard settings
38# Possible options: primary, clipboard, both
39clip=primary
40
41# Options for generating new password entries
42default_user=aminb
43default_user2=aminban
44password_length=30
45
46# Custom Keybindings
47#autotype="Alt+1"
48autotype="Alt+m"
49type_user="Alt+2"
50type_pass="Alt+3"
51open_url="Alt+4"
52copy_name="Alt+u"
53copy_url="Alt+l"
54copy_pass="Alt+p"
55show="Alt+o"
56copy_entry="Alt+2"
57type_entry="Alt+1"
58copy_menu="Alt+c"
59action_menu="Alt+a"
60type_menu="Alt+t"
61help="Alt+h"
62switch="Alt+x"
63insert_pass="Alt+n"