turn of and lock screen in a single command

This commit is contained in:
Felix Van der Jeugt 2016-10-19 13:39:34 +02:00
parent 651db709ee
commit 1850e8e14f

6
local/bin/lock.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
{
sleep 1
xset dpms force off
} &
slock