From 87c5a67ae26996792063901817f70c945b0faf19 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 20:05:15 +0100 Subject: [PATCH] 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 --- .../etc/skel/.config/keepassxc/keepassxc.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini diff --git a/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini b/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini new file mode 100644 index 0000000..29bc4be --- /dev/null +++ b/config/includes.chroot/etc/skel/.config/keepassxc/keepassxc.ini @@ -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