skel: add keepassxc default config:

- minimize window afetr password copy
 - auto-reopen last database on startup (remember last databases)
 - allow only a single instance
 - enable browser integration, search for URL matches in all open databases
 - minimize to tray on close/startup
This commit is contained in:
nodiscc
2020-03-07 20:05:15 +01:00
parent 4603bb47fd
commit 87c5a67ae2

View File

@@ -0,0 +1,17 @@
[General]
MinimizeOnCopy=false
OpenPreviousDatabasesOnStartup=true
RememberLastDatabases=true
SingleInstance=true
[Browser]
Enabled=true
SearchInAllDatabases=true
[GUI]
HidePasswords=true
HideUsernames=false
MinimizeOnClose=true
MinimizeOnStartup=true
MinimizeToTray=true
ShowTrayIcon=true