From 800a8757d6e4ffcb2746be4641a9013c36d94037 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 12:37:54 +0200 Subject: [PATCH] Use kvantum for styling by default --- default/hypr/envs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index f23c7b6..cade76a 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -4,15 +4,15 @@ env = HYPRCURSOR_SIZE,24 # Force all apps to use Wayland at 2x scaling env = GDK_SCALE,2 -env = QT_SCALE_FACTOR,2 env = GDK_BACKEND,wayland +env = QT_SCALE_FACTOR,2 env = QT_QPA_PLATFORM,wayland +env = QT_STYLE_OVERRIDE,kvantum env = SDL_VIDEODRIVER,wayland env = MOZ_ENABLE_WAYLAND,1 env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = OZONE_PLATFORM,wayland - xwayland { force_zero_scaling = true }