mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
4fc8c6242d
commit
8b8c958558
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue