Files
opalfiles/.config/sway/clamshell.sh
2022-06-16 00:12:52 -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