diff --git a/flakes/de_plasma/home_manager/shortcuts.nix b/flakes/de_plasma/home_manager/shortcuts.nix index 141f08c8..194a45fe 100644 --- a/flakes/de_plasma/home_manager/shortcuts.nix +++ b/flakes/de_plasma/home_manager/shortcuts.nix @@ -66,17 +66,10 @@ 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" = [ ]; };