Skip to content
/ ljwm Public

A LuaJIT toolkit to create or enhance a window manager with.

License

Notifications You must be signed in to change notification settings

vifino/ljwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ljwm

A toolset allowing you to make your own window manager. When it works, that is.

It is basically LuaJIT plus xcb bindings and wrappers.

It's written mostly in Lua with some C glue, quite little.

Dependencies

A C compiler, XCB, LuaJIT and some luck.

Credits

Me, for doing many things. William Adams, for LJIT2XCB, from which I had stolen a lot of code for the xcb bindings, until I replaced most of it. The wrappers, however, are mine. lua/StackTracePlus.lua is StackTracePlus, made by ignacio on github.

The contributions from other people are listed in the git repo, easily viewable on github.

License

MIT