This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_CLI/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini
nodiscc 87c5a67ae2 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
2020-03-07 21:01:48 +01:00

18 lines
292 B
INI

[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