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()