turn of and lock screen in a single command
This commit is contained in:
parent
651db709ee
commit
1850e8e14f
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue