diff --git a/hyprland/.config/hypr/swapmaster.sh b/hyprland/.config/hypr/swapmaster.sh index 13da57fe..e3b18853 100755 --- a/hyprland/.config/hypr/swapmaster.sh +++ b/hyprland/.config/hypr/swapmaster.sh @@ -51,6 +51,7 @@ else # If there are more windows, swap if [[ $numWindowsOnWorkspace -gt 1 ]]; then hyprctl dispatch layoutmsg swapwithmaster + hyprctl dispatch layoutmsg focusmaster master fi fi