From 8758310f0c4bcea0b124d8d7bc91fc2da4725981 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 16 Oct 2023 21:48:07 +0100 Subject: [PATCH] Don't reset layout --- roles/home-gui/files/kde-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/files/kde-setup.sh b/roles/home-gui/files/kde-setup.sh index aaffddf..15c4c5e 100644 --- a/roles/home-gui/files/kde-setup.sh +++ b/roles/home-gui/files/kde-setup.sh @@ -1,7 +1,7 @@ #!/bin/sh # Plasma. -plasma-apply-lookandfeel --apply org.kde.breezedark.desktop --resetLayout +plasma-apply-lookandfeel --apply org.kde.breezedark.desktop kwriteconfig5 --file kdeglobals --group KDE --key SingleClick false kwriteconfig5 --file kwinrc --group NightColor --key Active true