aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11add *.o to ignoreDevin J. Pohly1-0/+1
2020-04-11fix typo in commentDevin J. Pohly1-1/+1
2020-04-11implement Button: movemouse, resizemouseDevin J. Pohly2-0/+52
2020-04-11make Makefile a bit more my styleDevin J. Pohly1-12/+15
2020-04-11add CLEANMASK like dwmDevin J. Pohly1-1/+4
2020-04-11make key mappings configurable in config.hDevin J. Pohly1-10/+9
2020-04-11start factoring Key actions into functionsDevin J. Pohly2-21/+50
2020-04-11some options I likeDevin J. Pohly1-1/+1
2020-04-11Start with tinywlDevin J. Pohly6-0/+1731
Add a config.h into which configurables can be moved.