5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
xset s off
|
||
|
xset -dpms
|
||
|
pkill -9 xautolock
|