1 # permanently set alternative root dir
4 # rofi command. Make sure to have "$@" as last argument
6 #rofi -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
7 rofi -i -no-auto-select -kb-accept-entry "!Return" "$@"
10 # xdotool needs the keyboard layout to be set using setxkbmap
11 # You can do this in your autostart scripts (e.g. xinitrc)
13 # If for some reason, you cannot do this, you can set the command here.
14 # and set fix_layout to true
24 AUTOTYPE_field='autotype'
26 # delay to be used for :delay keyword
29 ## Programs to be used
38 default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
41 default_autotype='user :tab pass'
43 # color of the help messages
44 # leave empty for autodetection
48 # Possible options: primary, clipboard, both
51 # Options for generating new password entries
52 # default_user is also used for password files that have no user field.