commit 8540aa86064859720ccd44e566d8842287686530
parent 823f56ce4a12a28e8cf750374aeccce358c9dd9b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 2 Jan 2020 12:54:57 +0100
Keep iddqd display turned on
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.xprofile b/.xprofile
@@ -14,7 +14,7 @@ setxkbmap -option ctrl:nocaps
xset -b # Disable beeps
xset +dpms # Energy Star features on
if [ "$(hostname)" = "iddqd" ]; then
- xset -dpms
+ xset dpms force on
else
xset dpms 300 600 900
fi