From b3460cca942bf8d79db740c2618dd85f2bfdfc78 Mon Sep 17 00:00:00 2001 From: stefonarch Date: Mon, 26 Feb 2024 18:06:55 +0100 Subject: [PATCH] Update env vars --- startlxqt.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/startlxqt.in b/startlxqt.in index 260c34fc..01539c66 100755 --- a/startlxqt.in +++ b/startlxqt.in @@ -59,6 +59,16 @@ export QT_PLATFORM_PLUGIN=lxqt # Qt5 platform plugin export QT_QPA_PLATFORMTHEME=lxqt +# Other Qt5 vars +export QT_EXCLUDE_GENERIC_BEARER=1 +export QT_AUTO_SCREEN_SCALE_FACTOR=0 + +# General Qt +export QT_ACCESSIBILITY=1 + +# Prevent unreadable text in some KDE apps like systemsettings +export QT_QUICK_CONTROLS_STYLE=org.kde.desktop + # use lxqt-applications.menu for main app menu export XDG_MENU_PREFIX="lxqt-"