diff options
author | Case Duckworth | 2023-01-30 17:33:06 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-30 17:33:06 -0600 |
commit | 1d562af8927d932bc3329de3b06c94a966047238 (patch) | |
tree | acb2c460fbb8d01473f38f4de426c4879c7ae11a /keepassxc | |
parent | Declare mode (diff) | |
download | etc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz etc-1d562af8927d932bc3329de3b06c94a966047238.zip |
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'keepassxc')
-rw-r--r-- | keepassxc/roaming.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keepassxc/roaming.ini b/keepassxc/roaming.ini new file mode 100644 index 0000000..76df3be --- /dev/null +++ b/keepassxc/roaming.ini | |||
@@ -0,0 +1,34 @@ | |||
1 | [General] | ||
2 | BackupBeforeSave=true | ||
3 | ConfigVersion=2 | ||
4 | GlobalAutoTypeKey=61 | ||
5 | GlobalAutoTypeModifiers=469762048 | ||
6 | UseAtomicSaves=false | ||
7 | |||
8 | [Browser] | ||
9 | AllowExpiredCredentials=true | ||
10 | CustomProxyLocation= | ||
11 | Enabled=true | ||
12 | |||
13 | [FdoSecrets] | ||
14 | Enabled=true | ||
15 | |||
16 | [GUI] | ||
17 | AdvancedSettings=true | ||
18 | ApplicationTheme=classic | ||
19 | CompactMode=false | ||
20 | ShowExpiredEntriesOnDatabaseUnlock=false | ||
21 | TrayIconAppearance=monochrome-light | ||
22 | |||
23 | [PasswordGenerator] | ||
24 | AdditionalChars= | ||
25 | ExcludedChars= | ||
26 | |||
27 | [SSHAgent] | ||
28 | Enabled=true | ||
29 | |||
30 | [Security] | ||
31 | EnableCopyOnDoubleClick=true | ||
32 | IconDownloadFallback=true | ||
33 | PasswordEmptyPlaceholder=true | ||
34 | Security_HideNotes=true | ||