summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-21no longer need resize_edges (always bottom right)Devin J. Pohly1-38/+6
2020-04-21ditch the moverequest/resizerequest xdg stuffDevin J. Pohly1-34/+0
2020-04-21No need for struct dwl_serverDevin J. Pohly1-146/+135
2020-04-21make server a globalDevin J. Pohly1-132/+105
2020-04-21dwm-style enumDevin J. Pohly1-17/+13
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