From d0a4179adaab8832c5470ee601a29a52ccaa0b91 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 15 Nov 2024 16:59:21 +0100 Subject: [PATCH] enabled xwayland highdpi --- desktopenvs/hyprland/hypr/hyprland.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index d02eda0..76258ba 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -33,17 +33,17 @@ monitor=,preferred,auto,auto ### XWayland ### ################ -## change monitor to high resolution, the last argument is the scale factor +# change monitor to high resolution, the last argument is the scale factor #monitor = , highres, auto, 2 -# -## unscale XWayland -#xwayland { -# force_zero_scaling = true -#} -# -## toolkit-specific scale -#env = GDK_SCALE,2 -#env = XCURSOR_SIZE,32 + +# unscale XWayland +xwayland { + force_zero_scaling = true +} + +# toolkit-specific scale +env = GDK_SCALE,2 +env = XCURSOR_SIZE,32 ################### ### MY PROGRAMS ###