Fix ordering

This commit is contained in:
David Heinemeier Hansson
2026-04-19 17:44:24 +02:00
parent 2b323459df
commit aa35454dda
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
if omarchy-hyprland-monitors-many; then
if omarchy-hyprland-toggle-disabled internal-monitor-disable; then
omarchy-hyprland-toggle internal-monitor-disable --enabled-notification "󰍹 Internal display off"
omarchy-hyprland-toggle --enabled-notification "󰍹 Internal display off" internal-monitor-disable
fi
else
notify-send -u low "󰍹 Can't disable the only active display"
+1 -1
View File
@@ -3,5 +3,5 @@
# Enable the internal laptop display. No-op if already enabled.
if omarchy-hyprland-toggle-enabled internal-monitor-disable; then
omarchy-hyprland-toggle internal-monitor-disable --disabled-notification "󰍹 Internal display on"
omarchy-hyprland-toggle --disabled-notification "󰍹 Internal display on" internal-monitor-disable
fi