From e867729b153977540841239b4c53e8e7dd978f29 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 28 Sep 2021 09:33:10 +0100 Subject: [PATCH] Reduce refresh rate on display link monitor --- states/i3/files/xprofile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.45.2