lotsof stuff
This commit is contained in:
6
.config/sway/scripts/clamshell.sh
Executable file
6
.config/sway/scripts/clamshell.sh
Executable 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
|
||||
Reference in New Issue
Block a user