diff --git a/roy-config/hypr/hyprland.conf b/roy-config/hypr/hyprland.conf index 6592747..cba6c0e 100755 --- a/roy-config/hypr/hyprland.conf +++ b/roy-config/hypr/hyprland.conf @@ -208,6 +208,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Move workspace to next monitor (right) bind = $mainMod SHIFT, TAB, movecurrentworkspacetomonitor, r +# Move focus to next monitor (right) +bind = $mainMod, TAB, focusmonitor, r + # Rotate screen with arrows //TODO: only works on builtin display (see scripts) bind = $mainMod SHIFT, up, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,0" bind = $mainMod SHIFT, down, exec, hyprctl keyword monitor "eDP-1,preferred,auto,1,transform,2"