diff options
Diffstat (limited to 'bin/autostart')
-rwxr-xr-x | bin/autostart | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index 1fac332..8280ce3 100755 --- a/bin/autostart +++ b/bin/autostart @@ -1,4 +1,7 @@ #!/bin/bash +xset -dpms +xset s 3600 3600 +xset s off # make RT check and don't start! KERNEL_NAME=$(uname -r) if [[ "$KERNEL_NAME" != *rt* ]]; then |