From 12f755c4c9ee190cc464252cc0aa55333a23c1f6 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 20 Dec 2025 21:28:20 -0600 Subject: [PATCH] monitor moving logic --- roy-config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) 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"