5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
xset s off dpms 0 10 0
|
|
i3lock --color=1E222A --ignore-empty-password --show-failed-attempts --nofork
|
|
xset s off -dpms
|