Ensure cursor is on the new screen

This commit is contained in:
David Heinemeier Hansson
2026-04-15 14:42:44 +02:00
parent 521c94bfca
commit bebed70a7c
@@ -15,6 +15,7 @@ DISABLED=$(hyprctl monitors all -j | jq -r --arg m "$INTERNAL" '.[] | select(.na
if [[ $DISABLED == "true" ]]; then
hyprctl keyword monitor "$INTERNAL,preferred,auto,auto"
hyprctl dispatch movecursor 0 0
notify-send -u low "󰍹 Internal display on"
else
ACTIVE_COUNT=$(hyprctl monitors -j | jq 'length')