2 lines
123 B
Bash
Executable file
2 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
xautolock -detectsleep -time 15 -locker "xset dpms force off && i3lock --ignore-empty-password --color 000000"
|