This KWin plugin is required for 🌸 Kando on KDE Plasma under Wayland. Via a D-Bus interface, it provides the name of the currently focused window, the current mouse pointer position, and a few more pieces of information required by Kando.
For now, you have to build and install this plugin manually. You can do this by running the following commands in a terminal:
git clone https://github.com/kando-menu/kwin-integration.git
cd kwin-integration
cmake -S . -B build
cmake --build build --config Release
sudo cmake --install build --config ReleaseRequired development packages include Qt6, ECM, and KWin development files. For debian-based distributions, you can install these with:
sudo apt install extra-cmake-modules kwin-dev qt6-base-devSee changelog.md for a detailed list of changes.