From f82d9d125b7cb4f20d980a0970eb8da8a68ca674 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 18:22:17 -0400 Subject: [PATCH] hyprland: removed xwayland scaling in favor of env variables --- home/hypr/hyprland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index db706324..6ced5828 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -12,6 +12,14 @@ monitor=desc:Samsung Display Corp. 0x4152,preferred,auto,2 # Use best settings for all other monitors. monitor=,preferred,auto,auto +# unscale XWayland +xwayland { + force_zero_scaling = true +} + +# toolkit-specific scale +env = GDK_SCALE,1.5 + # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch