From f7f0434c0181039d48a931d065d4d9d00b84623e Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 6 Jan 2026 10:38:39 -0600 Subject: [PATCH] Reserve Meta+P for KWin by unbinding it in kscreen and plasmashell --- flakes/de_plasma/home_manager/shortcuts.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flakes/de_plasma/home_manager/shortcuts.nix b/flakes/de_plasma/home_manager/shortcuts.nix index 194a45fe..141f08c8 100644 --- a/flakes/de_plasma/home_manager/shortcuts.nix +++ b/flakes/de_plasma/home_manager/shortcuts.nix @@ -66,10 +66,17 @@ in "Window Move Center" = "Meta+Shift+J"; "Window Maximize" = "Meta+Shift+K"; + + "Window On All Desktops" = "Meta+P"; } // kwinWorkspace // kwinMoveWorkspace; + "org.kde.kscreen.desktop" = { + # Unbind default (Display / Meta+P) so Meta+P can be used by KWin. + "ShowOSD" = "none"; + }; + plasmashell = { "activate application launcher widget" = [ ]; };