summaryrefslogtreecommitdiff
path: root/skel/.config/autostart/scripts/disable-dpms.sh
diff options
context:
space:
mode:
Diffstat (limited to 'skel/.config/autostart/scripts/disable-dpms.sh')
-rwxr-xr-xskel/.config/autostart/scripts/disable-dpms.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/skel/.config/autostart/scripts/disable-dpms.sh b/skel/.config/autostart/scripts/disable-dpms.sh
new file mode 100755
index 0000000..150cb1f
--- /dev/null
+++ b/skel/.config/autostart/scripts/disable-dpms.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+sleep 300
+xset dpms 0 0 0
+xset -dpms
+xset s off \ No newline at end of file