A small, floating window manager written in C for river.
Used primarily in the borealOS project.
Very early, expect bugs, missing features, etc.. However, it's very usable.
The following deps are needed
- meson
- cmake
- pkg-config
- wayland-dev
- libxkbcommon-dev
- libinput-dev
- lua-dev >= 5.4
- river compositor >= 4.0
git clone https://github.com/m4rn-progs/TaigaWM
cd TaigaWM
meson setup build
ninja -C buildsudo meson install -C build./build/taiga
OR
taigaTaiga is configured using lua, with hot reload support.
Copy the default config file to one of the supported locations:
- ~/.taigarc.lua
- ~/.config/taiga/taigarc.lua
The default config has examples in it.