From 8a2c358dd2f3bf1fdb686d5d68c6b9c73655eb34 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 5 Nov 2025 11:14:12 +0100 Subject: [PATCH] minor adjust keymap --- modules/hyprland/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index d145016..7bda1c3 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -193,7 +193,7 @@ "SUPER, Space, exec, wofi --show drun" # Input method switching (cycles through configured IMs) - "ALT, Space, exec, ${pkgs.writeShellScript "fcitx5-cycle" '' + "CTRL, Space, exec, ${pkgs.writeShellScript "fcitx5-cycle" '' current=$(${pkgs.fcitx5}/bin/fcitx5-remote -n) case "$current" in keyboard-us)