commit 424ac7f815d03ce1b9903d35aa919313b42a6ef5
parent 3d945176d727098bdf2d6a775e0abd8f018614b1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 4 Mar 2019 15:04:56 +0100
Do not run xrandr script on x launch
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/links/.xinitrc b/links/.xinitrc
@@ -3,7 +3,7 @@
# Set normal cursor
xsetroot -cursor_name left_ptr &
-# Set background color
+# Set background
$HOME/bin/wallpaper.sh
# Set display color profile
@@ -41,9 +41,6 @@ if [ "$(hostname)" != "phony" ]; then
#redshift -l 32.84:-117.26 & # San Diego
fi
-# Automatic display configuration script
-nohup bash ~/code/dotfiles/links/bin/xrandr-auto.sh &
-
xset -b # Disable beeps
xset +dpms # Energy Star features on
xset dpms 300 600 900 # standby -> suspend -> off (seconds)