Better naming
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
if omarchy-hyprland-monitors-many; then
|
if omarchy-hyprland-monitors-many; then
|
||||||
if omarchy-hyprland-toggle-disabled internal-monitor-disable; 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
|
fi
|
||||||
else
|
else
|
||||||
notify-send -u low " Can't disable the only active display"
|
notify-send -u low " Can't disable the only active display"
|
||||||
|
|||||||
@@ -3,5 +3,5 @@
|
|||||||
# Enable the internal laptop display. No-op if already enabled.
|
# Enable the internal laptop display. No-op if already enabled.
|
||||||
|
|
||||||
if omarchy-hyprland-toggle-enabled internal-monitor-disable; then
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user