dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f2a5806784c8e99da49da52c2cb5f951eba9f875
parent 8540aa86064859720ccd44e566d8842287686530
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  2 Jan 2020 13:29:46 +0100

Fix display power management on iddqd

Diffstat:
M.xprofile | 2+-
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 force on + xset s off -dpms else xset dpms 300 600 900 fi