summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-21alphabetize functionsDevin J. Pohly1-454/+488
2020-04-21functions: dwm style and more dwm-like namesDevin J. Pohly1-85/+142
2020-04-12add spawn and termcmdDevin J. Pohly1-0/+11
2020-04-11treat startup command as long-runningDevin J. Pohly1-1/+18
2020-04-11fix typo in commentDevin J. Pohly1-1/+1
2020-04-11implement Button: movemouse, resizemouseDevin J. Pohly1-0/+47
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. Pohly1-21/+43