dotfiles/i3/things/lid-close.sh
2023-11-20 00:48:36 -06:00

8 lines
132 B
Bash
Executable file

#/usr/bin/env bash
source $HOME/.Xdbus
grep -q closed /proc/acpi/button/lid/LID0/state
if [ $? = 0 ]; then
i3lock -c 202f56
fi