dots/users/price/dots/.config/sway/scripts/laptop-clamshell.bash
Price Hiller 02334f5601
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m14s
refactor!: the big nix refactor
2024-05-03 14:35:00 -05:00

7 lines
141 B
Bash
Executable File

#!/usr/bin/env bash
if grep -q open /proc/acpi/button/lid/LID/state; then
swaymsg output eDP-2 enable
else
swaymsg output eDP-2 disable
fi