mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Don't force KSCREEN_BACKEND to be QScreen
This was added as workaround for the hwcomposer, I am not sure if this is actually needed now for hwcomposer backend with proper xdg_output support, but even if is needed, this script seems wrong place to enforce this.
This commit is contained in:
parent
3e5923b783
commit
3b4dd4c15f
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ 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
|
||||||
export XDG_CURRENT_DESKTOP=KDE
|
export XDG_CURRENT_DESKTOP=KDE
|
||||||
export KSCREEN_BACKEND=QScreen
|
|
||||||
|
|
||||||
export KDE_FULL_SESSION=1
|
export KDE_FULL_SESSION=1
|
||||||
export KDE_SESSION_VERSION=5
|
export KDE_SESSION_VERSION=5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue