From 8bca50ffe037791f23ff9f0a4e1b817eb4c87c08 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 8 Nov 2024 14:39:18 -0600 Subject: [PATCH] Adding lines to help weird font problems that crop up sometimes. --- .config/hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b215bf6..46821d7 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -146,6 +146,10 @@ animations { animation = workspaces, 1, 6, default } +xwayland { + use_nearest_neighbor = false +} + # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below