bin: Don't force QT_QPA_PLATFORM=wayland

Qt apps for the most part should already default to wayland, since we are in a wayland
session. Don't force apps that default to x11 to be wayland (same
behaviour as desktop).
This commit is contained in:
Devin Lin 2025-03-09 11:44:23 -04:00
parent 4fc8c6242d
commit 8b8c958558

View file

@ -7,7 +7,6 @@
[ -f /etc/profile ] && . /etc/profile [ -f /etc/profile ] && . /etc/profile
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=KDE export QT_QPA_PLATFORMTHEME=KDE
export EGL_PLATFORM=wayland export EGL_PLATFORM=wayland