lotsof stuff

This commit is contained in:
opal
2024-07-09 21:22:50 -07:00
parent d1b4d55854
commit 1080aa0e88
6 changed files with 41 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
#!/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