commit 4a265fb09317a67579342ebc32b6b4a10062c101 parent d4c0b96a28d813c960e1ea1826667bda1114348e Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 5 Jan 2019 21:14:29 +0100 Fix path to xrandr script, set scaling to 1.0x1.0 Diffstat:
M | links/.xinitrc | | | 2 | +- |
M | links/bin/xrandr-auto.sh | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/links/.xinitrc b/links/.xinitrc @@ -41,7 +41,7 @@ if [ "$(hostname)" != "phony" ]; then fi # Automatic display configuration script -nohup bash ~/code/dotfiles/bin/xrandr-auto.sh & +nohup bash ~/code/dotfiles/links/bin/xrandr-auto.sh & xset -b # Disable beeps xset +dpms # Energy Star features on diff --git a/links/bin/xrandr-auto.sh b/links/bin/xrandr-auto.sh @@ -20,8 +20,8 @@ function ActivateEXT { } function DeactivateEXT { #echo "Switching to $LAPTOPSCR" - #xrandr --output $EXTSCR --off --output $LAPTOPSCR --auto - xrandr --auto + xrandr --output $EXTSCR --off --output $LAPTOPSCR --auto + #xrandr --auto --scale 1.0x1.0 ~/bin/wallpaper.sh MONITOR=$LAPTOPSCR #notify-send "Activating $LAPTOPSCR"