Ensure VLC is also scaled correctly

This commit is contained in:
David Heinemeier Hansson
2025-06-09 12:04:12 +02:00
parent a745ad0862
commit bd76234a59

View File

@ -4,13 +4,15 @@ env = HYPRCURSOR_SIZE,24
# Force all apps to use Wayland at 2x scaling
env = GDK_SCALE,2
env = QT_QPA_PLATFORM,wayland
env = QT_SCALE_FACTOR,2
env = GDK_BACKEND,wayland
env = QT_QPA_PLATFORM,wayland
env = SDL_VIDEODRIVER,wayland
env = MOZ_ENABLE_WAYLAND,1
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
env = OZONE_PLATFORM,wayland
xwayland {
force_zero_scaling = true
}