From f00eef173eef71a12260013393967eeea3fb216f Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sat, 14 Jan 2023 19:09:49 +0100 Subject: [PATCH] Fix eDP-1 refresh rate in Kanshi configuration Signed-off-by: Severin Kaderli --- system/.config/kanshi/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/.config/kanshi/config b/system/.config/kanshi/config index 8e3d32d..2b53486 100644 --- a/system/.config/kanshi/config +++ b/system/.config/kanshi/config @@ -8,14 +8,14 @@ profile home { } profile mobile { - output eDP-1 mode 1920x1080@60Hz position 0,0 + output eDP-1 mode 1920x1080@60.031Hz position 0,0 exec xrandr --output XWAYLAND0 --primary } profile gw2 { output eDP-1 disable - output HDMI-A-2 mode 1920x1080@60Hz position 0,0 + output HDMI-A-2 mode 1920x1080@60.031Hz position 0,0 exec xrandr --output XWAYLAND0 --primary }