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