mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 03:46:37 +08:00
8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
setid deepin-kwin_wayland --drm --xwayland
|
|
export QT_QPA_PLATFORM=wayland
|
|
export XDG_SESSION_TYPE=wayland
|
|
export DISPLAY=:1
|
|
export WAYLAND_DISPLAY=wayland-0
|
|
startdde
|