scripts-main/serverscreenoff
2018-06-21 22:49:50 -05:00

13 lines
94 B
Bash
Executable File

#!/bin/bash
screen_on=false;
state=0;
while true;do
xscreensaver-command -activate
done