From bebed70a7c1307c2f4ee70a927707f7cfeae5296 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Apr 2026 14:42:44 +0200 Subject: [PATCH] Ensure cursor is on the new screen --- bin/omarchy-hyprland-monitor-internal-toggle | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-hyprland-monitor-internal-toggle b/bin/omarchy-hyprland-monitor-internal-toggle index d4f3127a..6e06d81b 100755 --- a/bin/omarchy-hyprland-monitor-internal-toggle +++ b/bin/omarchy-hyprland-monitor-internal-toggle @@ -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')