6 lines
58 B
Bash
Executable file
6 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
{
|
|
sleep 1
|
|
xset dpms force off
|
|
} &
|
|
slock
|