From a6753d9589dd55b4ebf54101c4544dee5eb0d0c1 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 12 Dec 2025 14:14:34 -0600 Subject: [PATCH] add hotkey alt space --- flakes/de_plasma/de_plasma.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/de_plasma/de_plasma.nix b/flakes/de_plasma/de_plasma.nix index 066f5fa0..388716ff 100644 --- a/flakes/de_plasma/de_plasma.nix +++ b/flakes/de_plasma/de_plasma.nix @@ -261,6 +261,11 @@ in ignoreUserConfig = true; addons = with pkgs; [ fcitx5-mozc ]; settings = { + globalOptions = { + "Hotkey/TriggerKeys" = { + "0" = "Alt+Space"; + }; + }; inputMethod = { "Groups/0" = { Name = "Default";