summaryrefslogtreecommitdiff
path: root/dwl.c
AgeCommit message (Collapse)Author
2020-04-12add spawn and termcmdDevin J. Pohly
2020-04-12treat startup command as long-runningDevin J. Pohly
Not quite a perfect mirror of xinit, where the startup command execs the window manager, and the termination of that process brings down the windowing system, but it might be the Wayland analogue.
2020-04-12fix typo in commentDevin J. Pohly
2020-04-12implement Button: movemouse, resizemouseDevin J. Pohly
2020-04-12add CLEANMASK like dwmDevin J. Pohly
2020-04-12make key mappings configurable in config.hDevin J. Pohly
2020-04-12start factoring Key actions into functionsDevin J. Pohly
2020-04-11Start with tinywlDevin J. Pohly
Add a config.h into which configurables can be moved.