diff options
author | Case Duckworth | 2024-06-13 21:49:46 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-13 21:49:46 -0500 |
commit | 577ff7f0c4bafe9bf61c22e75156a8b509d75310 (patch) | |
tree | 230828bb1627d2bed574b0bbdc2538785d46a1e6 /config/keepassxc | |
parent | Add user-dirs stuff (diff) | |
download | dots-577ff7f0c4bafe9bf61c22e75156a8b509d75310.tar.gz dots-577ff7f0c4bafe9bf61c22e75156a8b509d75310.zip |
Add other programs
Diffstat (limited to 'config/keepassxc')
-rw-r--r-- | config/keepassxc/keepassxc.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/keepassxc/keepassxc.ini b/config/keepassxc/keepassxc.ini new file mode 100644 index 0000000..a7a87a3 --- /dev/null +++ b/config/keepassxc/keepassxc.ini | |||
@@ -0,0 +1,44 @@ | |||
1 | [General] | ||
2 | BackupBeforeSave=true | ||
3 | ConfigVersion=2 | ||
4 | DropToBackgroundOnCopy=true | ||
5 | FaviconDownloadTimeout=1 | ||
6 | HideWindowOnCopy=true | ||
7 | MinimizeAfterUnlock=false | ||
8 | MinimizeOnCopy=false | ||
9 | MinimizeOnOpenUrl=true | ||
10 | UseAtomicSaves=false | ||
11 | |||
12 | [Browser] | ||
13 | AllowExpiredCredentials=true | ||
14 | CustomProxyLocation= | ||
15 | Enabled=true | ||
16 | MatchUrlScheme=false | ||
17 | |||
18 | [FdoSecrets] | ||
19 | Enabled=false | ||
20 | |||
21 | [GUI] | ||
22 | CompactMode=true | ||
23 | MinimizeOnClose=true | ||
24 | MinimizeOnStartup=true | ||
25 | MinimizeToTray=true | ||
26 | MonospaceNotes=true | ||
27 | ShowTrayIcon=true | ||
28 | TrayIconAppearance=colorful | ||
29 | |||
30 | [PasswordGenerator] | ||
31 | AdditionalChars= | ||
32 | ExcludedChars= | ||
33 | Length=32 | ||
34 | SpecialChars=false | ||
35 | |||
36 | [SSHAgent] | ||
37 | Enabled=true | ||
38 | |||
39 | [Security] | ||
40 | ClearSearch=true | ||
41 | EnableCopyOnDoubleClick=true | ||
42 | IconDownloadFallback=true | ||
43 | PasswordEmptyPlaceholder=true | ||
44 | Security_HideNotes=true | ||