mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 01:34:46 +00:00
Don't unset bunch of useful variables
This commit is contained in:
parent
3d7a8f62fc
commit
df605a7d51
1 changed files with 1 additions and 2 deletions
|
|
@ -10,12 +10,11 @@
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
|
|
||||||
unset EGL_PLATFORM
|
|
||||||
unset QT_QPA_PLATFORM
|
|
||||||
unset QT_QPA_EGLFS_DEPTH
|
unset QT_QPA_EGLFS_DEPTH
|
||||||
unset QT_QPA_EGLFS_HIDECURSOR
|
unset QT_QPA_EGLFS_HIDECURSOR
|
||||||
unset QT_COMPOSITOR_NEGATE_INVERTED_Y
|
unset QT_COMPOSITOR_NEGATE_INVERTED_Y
|
||||||
|
|
||||||
|
export EGL_PLATFORM=wayland
|
||||||
export QT_QPA_PLATFORM=wayland
|
export QT_QPA_PLATFORM=wayland
|
||||||
export QT_QPA_PLATFORMTHEME=KDE
|
export QT_QPA_PLATFORMTHEME=KDE
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue