From f1fadf0cef92b4ece10bf4ef94ffa69ca5b55345 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Sep 2024 07:08:37 +0100 Subject: [PATCH] Increase height of dock panel --- system/home/plasma/default.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/system/home/plasma/default.nix b/system/home/plasma/default.nix index 68dcacf3..b1e0fc40 100644 --- a/system/home/plasma/default.nix +++ b/system/home/plasma/default.nix @@ -126,7 +126,7 @@ ]; } { - height = 36; + height = 48; lengthMode = "fit"; location = "bottom"; alignment = "center"; @@ -265,17 +265,6 @@ apiEnabled = false; }; kcminputrc.Keyboard.NumLock = 1; - yakuakerc = { - Dialogs.FirstRun = false; - Window = { - DynamicTabTitles = true; - Height = 80; - Width = 80; - KeepOpen = true; - ShowSystrayIcon = false; - ShowTitleBar = false; - }; - }; plasmanotifyrc = { Notifications = { NormalAlwaysOnTop = true;