36b53ae2293fc1fc1f85af95549d43f5dd22488e
[~bandali/configs] / rofi-pass / .config / rofi-pass / config
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
13 URL_field='url'
14 USERNAME_field='user'
15 AUTOTYPE_field='autotype'
16
17 # delay to be used for :delay keyword
18 delay=2
19
20 ## Programs to be used
21 # Editor
22 EDITOR='gvim -f'
23
24 # Browser
25 BROWSER='chromium'
26
27 ## Misc settings
28
29 default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
30 auto_enter='false'
31 notify='false'
32
33 # color of the help messages
34 # leave empty for autodetection
35 help_color="#4872FF"
36
37 # Clipboard settings
38 # Possible options: primary, clipboard, both
39 clip=primary
40
41 # Options for generating new password entries
42 default_user=aminb
43 default_user2=aminban
44 password_length=30
45
46 # Custom Keybindings
47 #autotype="Alt+1"
48 autotype="Alt+m"
49 type_user="Alt+2"
50 type_pass="Alt+3"
51 open_url="Alt+4"
52 copy_name="Alt+u"
53 copy_url="Alt+l"
54 copy_pass="Alt+p"
55 show="Alt+o"
56 copy_entry="Alt+2"
57 type_entry="Alt+1"
58 copy_menu="Alt+c"
59 action_menu="Alt+a"
60 type_menu="Alt+t"
61 help="Alt+h"
62 switch="Alt+x"
63 insert_pass="Alt+n"