From 0421c2437a0bbd049a4926bc6e93f47ffb7bd00f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 16 Oct 2023 22:52:03 +0100 Subject: [PATCH] Set KeePassXC config --- roles/home-gui/files/kde-setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-gui/files/kde-setup.sh b/roles/home-gui/files/kde-setup.sh index 3e578ce..842c128 100644 --- a/roles/home-gui/files/kde-setup.sh +++ b/roles/home-gui/files/kde-setup.sh @@ -29,6 +29,10 @@ kwriteconfig5 --file dolphinrc --group DetailsMode --key ExpandableFolders false # Klipper. kwriteconfig5 --file klipperrc --group General --key KeepClipboardContents false +# KeePassXC. +kwriteconfig5 --file keepassxc/keepassxc.ini --group GUI --key ApplicationTheme classic +kwriteconfig5 --file keepassxc/keepassxc.ini --group SSHAgent --key Enabled true + # Restart some applications. qdbus org.kde.KWin /KWin reconfigure qdbus org.kde.plasmashell /PlasmaShell refreshCurrentShell