aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-18 23:15:36 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-18 23:15:36 +0100
commitb229ae572ae9bbec1bf728f527a3582999c984f5 (patch)
tree0038d9c6897b059e17ff1b7c466d5e5389cb3159
parent5cc434463eb2376fa55877b08942fe395fdc4cc0 (diff)
downloaddotfiles-b229ae572ae9bbec1bf728f527a3582999c984f5.tar.gz
dotfiles-b229ae572ae9bbec1bf728f527a3582999c984f5.tar.bz2
dotfiles-b229ae572ae9bbec1bf728f527a3582999c984f5.tar.xz
dotfiles-b229ae572ae9bbec1bf728f527a3582999c984f5.zip
Removing dpms and screen settings from autostart function
-rwxr-xr-xbin/autostart5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/autostart b/bin/autostart
index 8280ce3..b74cc0d 100755
--- a/bin/autostart
+++ b/bin/autostart
@@ -1,8 +1,5 @@
#!/bin/bash
-xset -dpms
-xset s 3600 3600
-xset s off
-# make RT check and don't start!
+# make realtime specific check
KERNEL_NAME=$(uname -r)
if [[ "$KERNEL_NAME" != *rt* ]]; then
dropbox start &