Add XWayland configuration to fix blurry fonts while using fractional scale

It will disable windows scaling on xwayland software to prevent blurry fonts. Source: https://wiki.hypr.land/Configuring/XWayland/
This commit is contained in:
Anh
2026-03-22 20:13:01 +07:00
committed by GitHub
parent 6e76977976
commit 58a122a3b4
+3
View File
@@ -166,3 +166,6 @@ cursor {
hotspot_padding = 1
}
xwayland {
force_zero_scaling = true
}