nixos/scrappy/dotfiles/sway/scripts/clamshell.sh

7 lines
147 B
Bash
Raw Permalink Normal View History

2024-10-11 19:14:23 -06: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