diff options
Diffstat (limited to '.config')
| -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 a7e82f9..265f6c0 100755 --- a/.config/awesome/dpms.sh +++ b/.config/awesome/dpms.sh @@ -5,7 +5,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 s off + xset s off off else notify-send "Error: DPMS command not found." fi |
