From bb7c661fc2a593f969fab0701dadf5450a07331d Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Wed, 28 Aug 2024 02:38:00 -0500 Subject: [PATCH] Don't scale xwayland apps --- hyprland/.config/hypr/config.d/00-basic.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf index d83c87ee..f25b2df3 100644 --- a/hyprland/.config/hypr/config.d/00-basic.conf +++ b/hyprland/.config/hypr/config.d/00-basic.conf @@ -65,3 +65,7 @@ misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_splash_rendering = true } + +xwayland { + force_zero_scaling = true +}