Re-added Sway & stuff

This commit is contained in:
2022-06-14 17:27:38 -07:00
parent 366d278607
commit 4d44883ee5
16 changed files with 2810 additions and 23 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