6d38c15a70
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
12 lines
322 B
Bash
Executable file
12 lines
322 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if grep -q closed /proc/acpi/button/lid/*/state; then
|
|
sleep 3
|
|
su nico -c "DISPLAY=:0.0 xset dpms force off"
|
|
# sleep 2
|
|
# su nico -c "DISPLAY=:0.0 xset dpms force off"
|
|
# sleep 2
|
|
# su nico -c "DISPLAY=:0.0 xset dpms force off"
|
|
# sleep 2
|
|
# su nico -c "DISPLAY=:0.0 xset dpms force off"
|
|
fi
|