Skip to content

kando-menu/kwin-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KWin Integration for Kando

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.

⬇️ Installation

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 Release

Required 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-dev

🗒️ Changelog

See changelog.md for a detailed list of changes.

About

⚙️ A small KWin plugin required for Kando on Wayland.

Resources

Stars

Watchers

Forks

Contributors