chore: set sakura display scaling to 1 instead of 1.5

This commit is contained in:
Ahwx 2025-10-11 13:43:18 +02:00
parent e47fa1c302
commit 42186e169c

View file

@ -66,7 +66,7 @@
"debug:disable_scale_checks" = true; "debug:disable_scale_checks" = true;
monitor = monitor =
if (host == "sakura") then if (host == "sakura") then
"eDP-1, 2256x1504@60, 0x0, 1.5" "eDP-1, 2256x1504@60, 0x0, 1.0"
else if (host == "zinnia") then else if (host == "zinnia") then
"eDP-1, 1920x1080@60, 0x0, 1.0" "eDP-1, 1920x1080@60, 0x0, 1.0"
else else