From b3b405ec7e19027faaf3aae181c6dec36f63e9ef Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2026 20:36:58 -0800 Subject: [PATCH] keyd: align hyper chord with hyprland --- nixos/keyd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/keyd.nix b/nixos/keyd.nix index ddba831a..a1e5eac0 100644 --- a/nixos/keyd.nix +++ b/nixos/keyd.nix @@ -17,8 +17,8 @@ makeEnable config "myModules.keyd" true { # Right Alt -> Hyper chord rightalt = "layer(hyper)"; }; - # Hyper = Ctrl+Alt+Meta+Shift while held - "hyper:C-A-M-S" = { }; + # Hyper = Ctrl+Alt+Meta while held (matches $hyper = SUPER CTRL ALT) + "hyper:C-A-M" = { }; }; };