c532f59886e28038298324713792b94108c33c35
[~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 -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
7 }
8
9 # xdotool needs the keyboard layout to be set using setxkbmap
10 # You can do this in your autostart scripts (e.g. xinitrc)
11
12 # If for some reason, you cannot do this, you can set the command here.
13 # and set fix_layout to true
14 fix_layout=false
15
16 layout_cmd () {
17 setxkbmap us
18 }
19
20 # fields to be used
21 URL_field='url'
22 USERNAME_field='user'
23 AUTOTYPE_field='autotype'
24
25 # delay to be used for :delay keyword
26 delay=2
27
28 ## Programs to be used
29 # Editor
30 EDITOR='gvim -f'
31
32 # Browser
33 BROWSER='chromium'
34
35 ## Misc settings
36
37 default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
38 auto_enter='false'
39 notify='false'
40
41 # color of the help messages
42 # leave empty for autodetection
43 help_color="#4872FF"
44
45 # Clipboard settings
46 # Possible options: primary, clipboard, both
47 clip=primary
48
49 # Options for generating new password entries
50 default_user=aminb
51 default_user2=aminban
52 password_length=30
53
54 # Custom Keybindings
55 #autotype="Alt+1"
56 autotype="Alt+m"
57 type_user="Alt+2"
58 type_pass="Alt+3"
59 open_url="Alt+4"
60 copy_name="Alt+u"
61 copy_url="Alt+l"
62 copy_pass="Alt+p"
63 show="Alt+o"
64 copy_entry="Alt+2"
65 type_entry="Alt+1"
66 copy_menu="Alt+c"
67 action_menu="Alt+a"
68 type_menu="Alt+t"
69 help="Alt+h"
70 switch="Alt+x"
71 insert_pass="Alt+n"