kwin_wayland window decoration
Damian Ivanov <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kwin,gmane.comp.kde.devel.plasma |
|---|---|
| Message-ID | <CAPVS_cfzYOL0eA1QTUV++-5gwFwi3qF-KM32QdScgi-fwN+1Hg@mail.gmail.com> |
Hello, I don't know if this is the correct list to use (I subscribe to one called [email protected] - the archives of it are empty). I am trying a 'slim' wayland-session, I do see an issue, the session starts this: /usr/bin/kwin_wayland --xwayland --libinput konsole It would get the default wayland window deco though kwin is running, so I added QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_WAYLAND_DISABLE_WINDOWDECORATION which will show no deco at all. Adding: XDG_CURRENT_DESKTOP=KDE export XDG_CURRENT_DESKTOP will properly show kwin's deco, but I do not want to have XDG_CURRENT_DESKTOP=KDE or KDE_FULL_SESSION variables set. So my question is, if there is a KWIN variable which tells under wayland kwin to decorate the windows. Thanks in advance, Damian