diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 13d7438..14de9a1 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -179,8 +179,8 @@ in with lib; { bind = SUPER SHIFT, 0, movetoworkspace, 10 # Scroll through existing workspaces with F23 and F24 - bind = , F23, workspace, e-1 - bind = , F24, workspace, e+1 + bind = , code:201, workspace, e-1 + bind = , code:202, workspace, e+1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = SUPER, mouse:272, movewindow