From fbcdc6ea427ceb68ea07e1063d1af5dea21bad01 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 22 Mar 2022 10:51:14 +0000 Subject: [PATCH] Bump refresh rate --- 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 52e2add..c860972 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 DP-2 --mode 3840x2160 --pos 2560x0 --rate 30 + xrandr --output DP-2 --mode 3840x2160 --pos 2560x0 --rate 60 xrandr --output DP-1 --mode 2560x1440 --pos 0x360 xrandr --output eDP-1 --off ;; -- 2.45.2