Files
alpfiles/.config/sway/scripts/clamshell.sh
2025-04-17 18:00:15 -07:00

7 lines
143 B
Bash
Executable File

#!/usr/bin/bash
if grep -q open /proc/acpi/button/lid/LID/state; then
swaymsg output eDP-1 enable
else
swaymsg output eDP-1 disable
fi