aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/dpms.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/dpms.sh')
-rwxr-xr-x.config/awesome/dpms.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/awesome/dpms.sh b/.config/awesome/dpms.sh
deleted file mode 100755
index 265f6c0..0000000
--- a/.config/awesome/dpms.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Check if xset is available
-if command -v xset > /dev/null; then
- # Place all DPMS settings that you want
- # to run on awesome-wm startup below:
- xset -dpms
- xset s off off
-else
- notify-send "Error: DPMS command not found."
-fi