From: Maximilian Friedersdorff Date: Tue, 28 Sep 2021 08:33:10 +0000 (+0100) Subject: Reduce refresh rate on display link monitor X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=e867729b153977540841239b4c53e8e7dd978f29;hp=5c6acc10d1298ebb24ceeb520537bc212284844c;p=max%2Fsaltfiles.git Reduce refresh rate on display link monitor --- diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index 8b81268..42627e9 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -18,7 +18,7 @@ esac # Set screen layout case $HOSTNAME in barium) - xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 + xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 --rate 30 xrandr --output HDMI-1 --mode 2560x1440 --pos 0x360 xrandr --output eDP-1 --off ;;