From fbd6001cc363d3b8f9ce427c4f7124f32af3ab74 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 14:45:38 +0200 Subject: [PATCH] Added desktop changing shortcuts back --- commit_text | 2 +- plasma-configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commit_text b/commit_text index 645be7c..2baec50 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Removed old shortcuts +Added desktop changing shortcuts back diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 2a69ca5..55ab172 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -118,9 +118,9 @@ "kwin"."Switch to Desktop 7" = [ ]; "kwin"."Switch to Desktop 8" = [ ]; "kwin"."Switch to Desktop 9" = [ ]; - "kwin"."Switch to Next Desktop" = []; + "kwin"."Switch to Next Desktop" = "Meta+Alt+L"; "kwin"."Switch to Next Screen" = [ ]; - "kwin"."Switch to Previous Desktop" = []; + "kwin"."Switch to Previous Desktop" = "Meta+Alt+H"; "kwin"."Switch to Previous Screen" = [ ]; "kwin"."Switch to Screen 0" = [ ]; "kwin"."Switch to Screen 1" = [ ];