My StumpWM config.
The structure is pretty standard I think for a Common Lisp project.
init.lispis specific to StumpWM, and loads the ASDF system defined in stumpwm-config.asd.- The files in
./srcare loaded in an order defined in the ASDF system.I’m using modules such as
sound,bluetooth, etc. that don’t depend onstumpwmfor now. Only the mainconfigmodule does, since it wires everything into a StumpWM config per se. - There are a few tests, because why not? They can be executed using
just test(see the Justfile).