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')