5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
xset dpms force off
|
|
pgrep i3lock || i3lock -e -f -c 000000
|