From ec24959556b5c2afe7cf91454362b32c2443171d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Jul 2024 09:59:34 +0100 Subject: [PATCH] krunner replace alt+space shortcut with meta+space Changed to avoid clashing with commonly used Emacs alt+space bind --- home/desktop/plasma/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/desktop/plasma/default.nix b/home/desktop/plasma/default.nix index 2f15fe26..b33e2464 100644 --- a/home/desktop/plasma/default.nix +++ b/home/desktop/plasma/default.nix @@ -157,6 +157,9 @@ "Switch Window Right" = "Meta+L"; "Switch Window Up" = "Meta+K"; }; + "services/org.kde.krunner.desktop" = { + "_launch" = ["Meta+Space" "Search" "Alt+F2"]; + }; }; kwin = {