From 2e73463ebc2839b228647866434a1a57a8c98642 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 22 Oct 2023 04:08:20 +0200 Subject: [PATCH] Kde: add desktop switching shortcuts --- roles/kde/plasma.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/kde/plasma.nix b/roles/kde/plasma.nix index db546fd..c988aff 100644 --- a/roles/kde/plasma.nix +++ b/roles/kde/plasma.nix @@ -135,6 +135,12 @@ in programs.plasma = { enable = true; workspace.clickItemTo = "select"; + shortcuts = { + "kwin" = { + "Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ]; + "Switch One Desktop to the Right" = [ "Meta+Ctrl+Right" ]; + }; + }; }; }]; }