Move lock-script to public dotfiles
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
58acf14d26
commit
93dfb32d24
1 changed files with 5 additions and 0 deletions
5
bin/lock
Executable file
5
bin/lock
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
xset dpms force off
|
||||||
|
pgrep i3lock || i3lock -e -f -c 000000
|
Loading…
Reference in a new issue