Attempt to prevent double scaling in QT apps already responding to auto scale

This commit is contained in:
David Heinemeier Hansson
2025-06-11 10:40:35 +02:00
parent b4b5f85f37
commit 0b67e486be

View File

@ -5,7 +5,6 @@ env = HYPRCURSOR_SIZE,24
# Force all apps to use Wayland at 2x scaling # Force all apps to use Wayland at 2x scaling
env = GDK_SCALE,2 env = GDK_SCALE,2
env = GDK_BACKEND,wayland env = GDK_BACKEND,wayland
env = QT_SCALE_FACTOR,2
env = QT_QPA_PLATFORM,wayland env = QT_QPA_PLATFORM,wayland
env = QT_STYLE_OVERRIDE,kvantum env = QT_STYLE_OVERRIDE,kvantum
env = SDL_VIDEODRIVER,wayland env = SDL_VIDEODRIVER,wayland