nixos/dotfiles/sway/scripts/clamshell.sh

7 lines
147 B
Bash
Raw Permalink Normal View History

2023-12-14 17:23:01 -07:00
#!/usr/bin/bash
if cat /proc/acpi/button/lid/*/state | grep -q open; then
swaymsg output eDP-1 enable
else
swaymsg output eDP-1 disable
fi