gerritdevriese / kzones

KDE KWin Script for snapping windows into zones
https://store.kde.org/p/1909220
GNU General Public License v3.0
238 stars 14 forks source link

Build script assumes `kwin_x11` #79

Closed Jafner closed 2 days ago

Jafner commented 2 days ago

I run Wayland. Editing the build script to use kwin instead of kwin_x11 worked without issue. I don't know if the kwin command works on Wayland only, so here's how I check whether my session is Wayland or X11 with loginctl:

session=$(loginctl show-session $(loginctl --no-legend | cut -d' ' -f 1) | grep Type | cut -d'=' -f2) && echo $session