From 4eb0378a6567678d3e421f8b1003ef43e1441cb2 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 26 Mar 2026 09:46:12 +1000 Subject: [PATCH] fix MOD!=SUPER on lolcathost --- homes/modules/wm/hyprland/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homes/modules/wm/hyprland/default.nix b/homes/modules/wm/hyprland/default.nix index de9666c..f77e554 100755 --- a/homes/modules/wm/hyprland/default.nix +++ b/homes/modules/wm/hyprland/default.nix @@ -28,7 +28,10 @@ # }; settings = { - "$MOD" = "ALT"; + "$MOD" = + if hostname == "myputer" + then "ALT" # my SUPER key broke ;w; + else "SUPER"; # applications "$editor" = "hx";