Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add spawn and termcmd | Devin J. Pohly | 2020-04-12 | 1 | -0/+11 |
| | |||||
* | treat startup command as long-running | Devin J. Pohly | 2020-04-11 | 1 | -1/+18 |
| | | | | | | 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. | ||||
* | fix typo in comment | Devin J. Pohly | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | implement Button: movemouse, resizemouse | Devin J. Pohly | 2020-04-11 | 1 | -0/+47 |
| | |||||
* | add CLEANMASK like dwm | Devin J. Pohly | 2020-04-11 | 1 | -1/+4 |
| | |||||
* | make key mappings configurable in config.h | Devin J. Pohly | 2020-04-11 | 1 | -10/+9 |
| | |||||
* | start factoring Key actions into functions | Devin J. Pohly | 2020-04-11 | 1 | -21/+43 |
| | |||||
* | Start with tinywl | Devin J. Pohly | 2020-04-11 | 1 | -0/+950 |
Add a config.h into which configurables can be moved. |