X11 Tiling window manager written in zig. Its still in a early stage but its "usable" :)
src/config.zig
Its currently my personal configuration. Please make sure to adjust the fontname and the launch application.
To set background, start applications etc.
~/.config/.uwm/autostart.sh
make
zig build
# ~/.xinitrc
exec /path/to/uwm
make run
make test
make watch