summaryrefslogtreecommitdiffstats
path: root/config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-22move config.h to config.def.hDevin J. Pohly1-46/+0
2020-04-22add setlayout functionDevin J. Pohly1-0/+2
2020-04-22layouts: tile and floatingDevin J. Pohly1-6/+13
Behavior's still a little wonky but positioning is there.
2020-04-21"root" color was easy to make configurableDevin J. Pohly1-0/+3
2020-04-21introduce rules for monitor configurationDevin J. Pohly1-0/+11
(with dwm, this would already have been done by the X server)
2020-04-12add spawn and termcmdDevin J. Pohly1-2/+6
2020-04-11implement Button: movemouse, resizemouseDevin J. Pohly1-0/+5
2020-04-11start factoring Key actions into functionsDevin J. Pohly1-0/+7
2020-04-11some options I likeDevin J. Pohly1-1/+1