8 lines
252 B
Bash
Executable File
8 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# 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
|
|
fi
|