3 lines
81 B
Bash
3 lines
81 B
Bash
|
#!/bin/bash
|
||
|
xset dpms force off && i3lock --ignore-empty-password --color 000000
|