From 5330f60395347bde466fdaa7a6615c36ea615e8a Mon Sep 17 00:00:00 2001 From: Gregor Feierabend <23300469@sun.ac.za> Date: Mon, 20 Sep 2021 10:03:45 +0200 Subject: [PATCH] keepassxc config --- .config/keepassxc/keepassxc.ini | 72 +++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .config/keepassxc/keepassxc.ini diff --git a/.config/keepassxc/keepassxc.ini b/.config/keepassxc/keepassxc.ini new file mode 100644 index 0000000..3ebc493 --- /dev/null +++ b/.config/keepassxc/keepassxc.ini @@ -0,0 +1,72 @@ +[General] +AutoReloadOnChange=true +AutoSaveAfterEveryChange=true +AutoSaveOnExit=true +AutoTypeEntryTitleMatch=true +AutoTypeEntryURLMatch=true +BackupBeforeSave=true +ConfigVersion=1 +DropToBackgroundOnCopy=false +FaviconDownloadTimeout=10 +HideWindowOnCopy=false +IgnoreGroupExpansion=true +MinimizeAfterUnlock=true +MinimizeOnCopy=true +MinimizeOnOpenUrl=false +OpenPreviousDatabasesOnStartup=true +RememberLastDatabases=true +RememberLastKeyFiles=true +SingleInstance=true +UseAtomicSaves=true +UseGroupIconOnEntryCreation=true + +[Browser] +AllowExpiredCredentials=false +AlwaysAllowAccess=false +AlwaysAllowUpdate=false +BestMatchOnly=false +CustomProxyLocation= +Enabled=true +HttpAuthPermission=false +MatchUrlScheme=true +NoMigrationPrompt=false +SearchInAllDatabases=false +ShowNotification=true +SortByUsername=false +SupportBrowserProxy=true +SupportKphFields=true +UnlockDatabase=true +UpdateBinaryPath=true +UseCustomProxy=false + +[FdoSecrets] +Enabled=false +NoConfirmDeleteItem=false +ShowNotification=true + +[GUI] +ApplicationTheme=dark +CheckForUpdates=false +CheckForUpdatesIncludeBetas=false +HidePreviewPanel=false +HideToolbar=false +HideUsernames=false +Language=system +MinimizeOnClose=true +MinimizeOnStartup=false +MinimizeToTray=true +MonospaceNotes=false +MovableToolbar=false +ShowTrayIcon=true +ToolButtonStyle=0 +TrayIconAppearance=monochrome-light + +[PasswordGenerator] +AdditionalChars= +ExcludedChars= +Length=30 +SpecialChars=false +WordCase=1 + +[SSHAgent] +Enabled=true