From 936c62463fd43149a8dba571ffa6939c49345319 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 29 Jun 2024 13:00:11 +0100 Subject: [PATCH] Move main plasma panel back to bottom of screen Keep panel visible, don't dodge windows. Remove setting notification position so it follows panel again Add back window changing shortcuts because they work again for some reason (with no obvious changes)... --- programs/desktop/plasma6/default.nix | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index eabf032..0f51ef5 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -61,9 +61,9 @@ { height = 32; lengthMode = "fill"; - location = "top"; + location = "bottom"; alignment = "center"; - hiding = "dodgewindows"; + hiding = "normalpanel"; floating = true; widgets = [ { @@ -79,10 +79,8 @@ }; } { - name = "org.kde.plasma.taskmanager"; + name = "org.kde.plasma.icontasks"; config.General = { - sortingStrategy = "2"; # Alphabetically - separateLaunchers = "true"; maxStripes = "1"; showToolTips = "true"; launchers = [ @@ -138,10 +136,18 @@ ]; shortcuts = { + ksmserver = { + "Lock Session" = ["Screensaver" "Meta+Alt+L"]; + }; kwin = { "Walk Through Windows of Current Application" = "Alt+`"; "Walk Through Windows of Current Application (Reverse)" = "Alt+¬"; "ToggleMouseClick" = "Meta+*"; + "Expose" = "Meta+,"; + "Switch Window Down" = "Meta+J"; + "Switch Window Left" = "Meta+H"; + "Switch Window Right" = "Meta+L"; + "Switch Window Up" = "Meta+K"; }; }; @@ -160,6 +166,7 @@ configFile = { baloofilerc."Basic Settings"."Indexing-Enabled" = false; + plasmanotifyrc.Notifications.NormalAlwaysOnTop = true; kcminputrc.Keyboard.NumLock = 1; krunnerrc.General.FreeFloating = true; kscreenlockerrc = { @@ -205,10 +212,6 @@ Menus = 80; }; }; - plasmanotifyrc.Notifications = { - NormalAlwaysOnTop = true; - PopupPosition = "TopRight"; - }; }; }; }