don't pause dunst when it's not running anyway
This commit is contained in:
parent
f7e18bd198
commit
fd73f301d2
2 changed files with 6 additions and 8 deletions
6
local/bin/lock
Executable file
6
local/bin/lock
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