summaryrefslogtreecommitdiffstats
path: root/dwm.c
Commit message (Collapse)AuthorAgeFilesLines
* corrected a misleading commentGravatar Anselm R. Garbe 2007-09-161-1/+1
|
* macros which have been defined in config.h can only be used at function ↵Gravatar Anselm R. Garbe 2007-09-161-6/+10
| | | | level, however you can nest code into config.h now for implementing a different layout (just for example), eg. #include "supertile.c"
* ordered function forward definitionsGravatar Anselm R. Garbe 2007-09-151-56/+57
|
* backporting my intro-comment of old dwm.hGravatar Anselm R. Garbe 2007-09-151-1/+30
|
* removed grabkeys, not necessaryGravatar Anselm R. Garbe 2007-09-151-26/+21
|
* micromizing dwm step 1Gravatar Anselm R. Garbe 2007-09-151-0/+1847