From 08cc0a0b5c30827b010935ee85ca81425bbaad06 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 12 Mar 2024 13:06:13 +0100 Subject: [PATCH] Remove conflicting keybind between helix and plasma --- home-manager/desktop/plasma-desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/desktop/plasma-desktop/default.nix b/home-manager/desktop/plasma-desktop/default.nix index 36bbc83..fa8a52d 100644 --- a/home-manager/desktop/plasma-desktop/default.nix +++ b/home-manager/desktop/plasma-desktop/default.nix @@ -104,7 +104,7 @@ "kwin"."Walk Through Windows (Reverse)" = "Alt+Shift+Backtab"; "kwin"."Walk Through Windows Alternative" = []; "kwin"."Walk Through Windows Alternative (Reverse)" = []; - "kwin"."Walk Through Windows of Current Application" = "Alt+`"; + "kwin"."Walk Through Windows of Current Application" = []; "kwin"."Walk Through Windows of Current Application (Reverse)" = "Alt+~"; "kwin"."Walk Through Windows of Current Application Alternative" = []; "kwin"."Walk Through Windows of Current Application Alternative (Reverse)" = [];