Set KeePassXC config

This commit is contained in:
Anthony Rose 2023-10-16 22:52:03 +01:00
parent 48e7ac8fa5
commit 0421c2437a

View file

@ -29,6 +29,10 @@ kwriteconfig5 --file dolphinrc --group DetailsMode --key ExpandableFolders false
# Klipper. # Klipper.
kwriteconfig5 --file klipperrc --group General --key KeepClipboardContents false 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. # Restart some applications.
qdbus org.kde.KWin /KWin reconfigure qdbus org.kde.KWin /KWin reconfigure
qdbus org.kde.plasmashell /PlasmaShell refreshCurrentShell qdbus org.kde.plasmashell /PlasmaShell refreshCurrentShell