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" ]; + }; + }; }; }]; }