-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.ini.example
66 lines (60 loc) · 2.64 KB
/
config.ini.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[dmenu]
# dmenu_command = /usr/bin/dmenu
# # Note that dmenu_command can contain arguments as well like:
# # `dmenu_command = rofi -dmenu -theme keepmenu -password`
# # `dmenu_command = rofi -dmenu -width 30 -password -i`
# # `dmenu_command = dmenu -i -l 25 -b -nb #222222 -nf #222222`
# pinentry = Pinentry command
[dmenu_passphrase]
# # Uses the -password flag for Rofi. For dmenu, sets -nb and -nf to the same color.
# obscure = True
# obscure_color = #222222
[vault]
# server_1 = <url - default vault.bitwarden.com>
# email_1 = <login email>
# password_1 = vault password **INSECURE**
# password_cmd_1 = <command to generate vault password>
# twofactor_1 = <0 for totp, 1 for email or 3 for yubikey>
# server_2 = <url>
# email_2 = <login email>
# etc....
# session_timeout_min = <minutes to keep vault unlocked>
## Set 'gui_editor' for: emacs, gvim, leafpad
## Set 'editor' for terminal editors: vim, emacs -nw, nano
## Set 'terminal' if using a terminal editor
# editor = <path/to/terminal editor> 'vim' by default
# terminal = <xterm, urxvt> <options if necessary>. 'xterm' by default
# gui_editor = <path/to/editor> <options> e.g. gui_editor = gvim -f
# type_library = pynput (default), xdotool (for alternate keyboard layout support), ydotool or wtype (for Wayland)
# hide_folders = Recycle Bin <Note formatting for adding multiple folders>
# Group 2
# Group 3
## Set the default autotype sequence (https://keepass.info/help/base/autotype.html#autoseq)
# autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
[password_chars]
## Set custom groups of characters for password generation. Any name is fine and
## these can be used to create new groups of presets in password_char_presets. If
## you reuse 'upper', 'lower', 'digits', or 'punctuation', those will
## replace the default values.
## Defaults:
# lower = abcdefghijklmnopqrstuvwxyz
# upper = ABCDEFGHIJKLMNOPQRSTUVWXYZ
# digits = 0123456789
## NOTE: remember that % needs to be escaped with another % sign
# punctuation = !"#$%%&'()*+,-./:;<=>?@[\]^_`{|}~
## EXAMPLES:
# punc min = !?#*@-+$%%
# upper = ABCDEFZ
[password_char_presets]
## Set character preset groups for password generation. For multiple sets use a space in between
## If you set any custom presets here, the default sets will not be displayed unless uncommented below:
## Valid values are: upper lower digits punctuation
## Also valid are any custom sets defined in [password_chars]
## Defaults:
# Letters+Digits+Punctuation = upper lower digits punctuation
# Letters+Digits = upper lower digits
# Letters = upper lower
# Digits = digits
## Custom Examples:
# Minimal Punc = upper lower digits "punc min"
# Router Site = upper digits