diff options
Diffstat (limited to '.config/awesome/dpms.sh')
| -rwxr-xr-x | .config/awesome/dpms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/dpms.sh b/.config/awesome/dpms.sh index 51e732d..a7e82f9 100755 --- a/.config/awesome/dpms.sh +++ b/.config/awesome/dpms.sh @@ -4,7 +4,7 @@ if command -v xset > /dev/null; then # Place all DPMS settings that you want # to run on awesome-wm startup below: - xset +dpms + xset -dpms xset s off else notify-send "Error: DPMS command not found." |
