Better naming

This commit is contained in:
David Heinemeier Hansson
2026-04-19 17:45:50 +02:00
parent 7f9f0c25ed
commit 0344348ff0
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 --enabled-notification "󰍹 Internal display off" internal-monitor-disable
omarchy-hyprland-toggle --enabled-notification "󰍹 Laptop display disabled" 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 --disabled-notification "󰍹 Internal display on" internal-monitor-disable
omarchy-hyprland-toggle --disabled-notification "󰍹 Laptop display enabled" internal-monitor-disable
fi