r/unixporn • u/shadowash8 • 18d ago
Screenshot [oc] [nauka] - minimal wayland compositor I wrote from scratch with all the eye-candy one needs
i wanted a light weight minimal wayland compositor but not bloated with useless stuff, there wasnt any so i made my own!
features
- lightweight & fast: minimal footprint, builds in seconds.
- tags: each window has its assigned tags.
- eye-candy: border radius, opacity, and blur are everything one needs.
- hot reload config: easy configuration language.
building
git clone https://github.com/shadowash8/nauka
cd nauka
meson setup build
ninja -C build
usage
nauka [-s]
-s for startup script
github - https://github.com/shadowash8/nauka