diff --git a/home/environments/hyprland/binds.nix b/home/environments/hyprland/binds.nix index a2f3eaa8..807ee50e 100644 --- a/home/environments/hyprland/binds.nix +++ b/home/environments/hyprland/binds.nix @@ -127,7 +127,7 @@ "$mod SHIFT, ${ws}, hy3:movetoworkspace, ${toString (x + 1)}" # using F keys was confusing, as was using mod+alt, so now we use Alt instead of Super "ALT, ${ws}, workspace, ${toString (x + 11)}" - "ALT SHIFT, F${ws}, hy3:movetoworkspace, ${toString (x + 11)}" + "ALT SHIFT, ${ws}, hy3:movetoworkspace, ${toString (x + 11)}" ] ) 10)