A port of TinyWM written in Vala.
You'll need the following dependencies to build:
- libglib2.0-dev
- libx11-dev
- meson (or make)
- valac
You may need the following dependencies to run:
- xterm
Build with meson:
meson setup builddir
meson compile -C builddir
Alternatively build with make:
make