From 03705935313664320daa561fc7b8779ba4d81393 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 28 Jun 2024 08:05:00 +0100 Subject: [PATCH] Revert window switching shortcuts since it broke something... --- programs/desktop/plasma6/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index 26ed20f..eabf032 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -138,18 +138,10 @@ ]; 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"; }; };