From 7d5852f30fa9ca2fe72f2e0e237081d045b0587e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 May 2024 03:15:18 +0900 Subject: [PATCH] added ENV-GDK_scale - useful for those who use monitor-scaling --- config/hypr/UserConfigs/ENVariables.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hypr/UserConfigs/ENVariables.conf b/config/hypr/UserConfigs/ENVariables.conf index d171b59..c6bea01 100644 --- a/config/hypr/UserConfigs/ENVariables.conf +++ b/config/hypr/UserConfigs/ENVariables.conf @@ -14,6 +14,12 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland +# xwayland apps scale fix (useful if you are use monitor scaling) +# see https://wiki.hyprland.org/Configuring/XWayland/ +# toolkit-specific scale +# env = GDK_SCALE,2 + + # firefox env = MOZ_ENABLE_WAYLAND,1