# thornWM A toy X11 WM I never got around to finishing. I first wanted a manuel tiler with configuration similar to awesomeWM, then I later decided I prefered auto, then after switching the tiling mechanics I decided it was saner to slim down awesomeWM and never finished this but it is kinda functional ![image](mynd.png.webp) ## Requirements * [Lua](https://www.lua.org/)[[jit](https://luajit.org/)] 5.1+ * [Lua-ev](https://github.com/brimworks/lua-ev) ([LuaRocks](https://luarocks.org/modules/brimworks/lua-ev)) Additionally, the default config makes use of: * a terminal emulator * dmenu * lemonbar * xsetroot ## Installation * `git clone https://git.sylvie.moe/tanya/thornWM && cd thornWM` * Optionally edit the makefile * `make install` ## Thanks * i3 * dwm * awesomeWM * Shaver McCoy