From 2795c935bd59518da5faa1ecde3184ddce3ba8d4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 13 Jan 2025 15:10:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-13 15:10:05 --- .config/sway/start.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/start.sh b/.config/sway/start.sh index f01f5529..12769a41 100755 --- a/.config/sway/start.sh +++ b/.config/sway/start.sh @@ -17,4 +17,9 @@ export ELECTRON_OZONE_PLATFORM_HINT=auto export OZONE_PLATFORM=wayland export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_TYPE=wayland # Specifies the session type as Wayland +export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct +export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 +export QT_AUTO_SCREEN_SCALE_FACTOR=1 +export QT_STYLE_OVERRIDE=kvantum exec sway