74633995818d623b8c7f6e61c75f7c37e82a8db9
tinyrwm.lua
Tiny river window manager implemented in Lua.
Dependencies
System dependencies:
- lua (5.4 tested)
- luarocks
- libwayland
- libxkbcommon
The lua-ecosystem dependencies should be handled by luarocks.
Building
To fetch lua dependencies, build, and install to ~/.luarocks/bin, run:
eval $(luarocks --path bin)
luarocks --local make
Running
Make sure libxkbcommon.so and libwayland-client.so are present in
LD_LIBRARY_PATH (and river and foot in your PATH). You should be able
to run river with the installed Lua tinyrwm with
river -c ~/.luarocks/bin/tinyrwm
Description
Languages
Lua
100%