Files
opalfiles/.config/sway/scripts/clamshell.sh
2024-07-09 21:22:50 -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