diff --git a/config/home/hyprland.nix b/config/home/hyprland.nix index e064abf..6c039f7 100644 --- a/config/home/hyprland.nix +++ b/config/home/hyprland.nix @@ -180,6 +180,8 @@ in with lib; { bind = ${modifier}SHIFT,8,movetoworkspace,8 bind = ${modifier}SHIFT,9,movetoworkspace,9 bind = ${modifier}SHIFT,0,movetoworkspace,10 + bind = ${modifier}CONTROL,right,workspace,e+1 + bind = ${modifier}CONTROL,left,workspace,e-1 bind = ${modifier},mouse_down,workspace, e+1 bind = ${modifier},mouse_up,workspace, e-1 bindm = ${modifier},mouse:272,movewindow