From 58a122a3b49a27cba2f40504b1d883039699d000 Mon Sep 17 00:00:00 2001 From: Anh <124384272+vananh2801@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:13:01 +0700 Subject: [PATCH] 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/ --- dots/.config/hypr/hyprland/general.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/hypr/hyprland/general.conf b/dots/.config/hypr/hyprland/general.conf index 563b59f2a..9a0649c8c 100644 --- a/dots/.config/hypr/hyprland/general.conf +++ b/dots/.config/hypr/hyprland/general.conf @@ -166,3 +166,6 @@ cursor { hotspot_padding = 1 } +xwayland { + force_zero_scaling = true +}