Note
🦌 pudu is a minimal tiling Wayland Compositor built on top of wlroots. It's just a hobby project, so take it easy.
grabacion.online-video-cutter.com.5.mp4
Caution
XWayland is not supported and this is intentional. pudu is a pure Wayland compositor.
Important
Only tested on Arch Linux. Other distributions may work but are untested.
Before building, install the required packages:
sudo pacman -S base-devel git wlroots0.19 wayland libxkbcommon libinputgit clone https://github.com/vodkanull/pudu.git
cd pudu/pudu
make
sudo cp build/pudu /usr/local/bin/Note
The configuration is read from ~/.config/pudu/config. If the file does not exist, pudu creates it automatically.
Note
The default keybind Super + Enter opens kitty. If kitty is not installed, nothing will happen. You can change this in your config.
Tip
🦌 You can see an example of the configuration file 👉 here 👈.
pudu is licensed under the GPL v3.0 license.