turn of and lock screen in a single command
This commit is contained in:
parent
651db709ee
commit
1850e8e14f
6
local/bin/lock.sh
Executable file
6
local/bin/lock.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
{
|
||||
sleep 1
|
||||
xset dpms force off
|
||||
} &
|
||||
slock
|
Loading…
Reference in New Issue
Block a user