8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Turn off screen immediately
|
||
|
xset dpms force off
|
||
|
|
||
|
# user reconection
|
||
|
#slock slock &
|