lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> herbstluftwm is a nice window manager, configured at runtime via ipc
> calls from `herbstclient`.

If you knew C then a more challenging project would be to change herbstclient
into a library so that herbstluftwm can be configured directly from Lua,
instead of running an external program. I couldn't get easy access to the
source of herbstclient to check how this it would be, though.