An autotile manager for Plasma 6.
An (unofficial) spiritual successor to Bismuth built on KWin 6.
The descendant of autotile.
- Works in Wayland Plasma 6.0.4 and up
- Custom moddable tiling engine backend
- Edit tile sizes with the integrated KWin GUI
- Move and tile windows with your mouse and keyboard
- Set layouts independently of desktop, activity, and screen
- DBus integration to save layouts and configurations after logging out
X11 has been briefly tested but is not supported. If you encounter an issue running the script on X11, make sure it is reproducible in Wayland before submitting a bug report.
Requires npm
and kpackagetool6
Commands -
- Build/Install/Clean -
make
- Build -
make build
- Install/Reinstall -
make install
- Clean build -
make clean
- Clean build and target -
make cleanall
Majority of this project is MIT licensed, please bum my code if you can use to make something better. Make sure to give credit though!
Came from a comment on my old script, you can find the script and comment here