-
Notifications
You must be signed in to change notification settings - Fork 32
/
config.ini.example
68 lines (62 loc) · 2.84 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
67
68
[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
# title_path = <True>, <False> or <int>. Length of database path to display.
[dmenu_passphrase]
# # Uses the -password flag for Rofi. For dmenu, sets -nb and -nf to the same color.
# obscure = True
# obscure_color = #222222
[database]
# database_1 = <path/to/database> ~ for $HOME is ok
# keyfile_1 = <path/to/keyfile>
# password_1 = database password **INSECURE**
# password_cmd_2 = <command to generate db password>
# database_2 = <path/to/second database>
# # Override autotype default from database_2
# autotype_default_2 = {TOTP}{ENTER}
# etc....
# pw_cache_period_min = <minutes to cache database password>
## 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 (for Wayland), or wtype (also for Wayland)
# hide_groups = Recycle Bin <Note formatting for adding multiple groups>
# Group 2
# Group 3
## Set the default autotype sequence (https://keepass.info/help/base/autotype.html#autoseq)
# autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
# type_url = <boolean> Default False. When True, types instead of opens the URL entry
[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