Add a ton of i3 and sway stuff
This commit is contained in:
parent
15f30efa7b
commit
9a43cae5fa
22 changed files with 435 additions and 47 deletions
7
i3/things/lid-close.sh
Executable file
7
i3/things/lid-close.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#/usr/bin/env bash
|
||||
|
||||
source $HOME/.Xdbus
|
||||
grep -q closed /proc/acpi/button/lid/LID0/state
|
||||
if [ $? = 0 ]; then
|
||||
i3lock -c 202f56
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue