From d9dd31d813ef3a78c2e801b910d3dc7271799cbf Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 8 Jul 2023 02:08:25 -0400 Subject: [PATCH] Fix new binds --- home-manager/linux/programs/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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