KeepassXC: change settings

This commit is contained in:
Toast 2023-09-15 19:36:47 +02:00
parent 4b3a5a4778
commit 3e6ab74cb4

View file

@ -6,6 +6,7 @@ let
# Not sure what changing this does, I'll leave it alone # Not sure what changing this does, I'll leave it alone
ConfigVersion = 2; ConfigVersion = 2;
MinimizeAfterUnlock = true; MinimizeAfterUnlock = true;
AutoSaveAfterEveryChange = false;
}; };
GUI = { GUI = {
ApplicationTheme = "classic"; ApplicationTheme = "classic";
@ -18,6 +19,7 @@ let
# monochrome-light, monochrome-dark or colorful # monochrome-light, monochrome-dark or colorful
TrayIconAppearance = "monochrome-light"; TrayIconAppearance = "monochrome-light";
}; };
Security.HideNotes = true;
SSHAgent.Enabled = true; SSHAgent.Enabled = true;
}; };
in in