From 0b67e486be53cee314e54b7208a0c2cc03f32c11 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jun 2025 10:40:35 +0200 Subject: [PATCH] Attempt to prevent double scaling in QT apps already responding to auto scale --- default/hypr/envs.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index db4ca1c..bc4c700 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -5,7 +5,6 @@ env = HYPRCURSOR_SIZE,24 # Force all apps to use Wayland at 2x scaling env = GDK_SCALE,2 env = GDK_BACKEND,wayland -env = QT_SCALE_FACTOR,2 env = QT_QPA_PLATFORM,wayland env = QT_STYLE_OVERRIDE,kvantum env = SDL_VIDEODRIVER,wayland