aboutsummaryrefslogtreecommitdiff
path: root/bin/clamshell-toggle
blob: 12997e9d9dd96cb8eb55f8a63a3dbd059c3f0ec0 (plain)
1
2
3
4
5
6
#!/usr/bin/bash
if grep -q open /proc/acpi/button/lid/LID0/state; then
    swaymsg output eDP-1 enable
else
    swaymsg output eDP-1 disable
fi