From 75ce12490be764724a5e0915f3d81055f372e4fa Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 9 Jul 2026 18:10:24 -0400 Subject: [PATCH] update: xwayland force zero factor --- lua/conf/misc.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/conf/misc.lua b/lua/conf/misc.lua index 16f03cb..79ca04a 100644 --- a/lua/conf/misc.lua +++ b/lua/conf/misc.lua @@ -12,6 +12,9 @@ M.confs = { background_color = colorscheme.background, font_family = settings["font_family"], }, + xwayland = { + force_zero_scaling = true, + }, } function M.load()