aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* now tiled windows can be resized/moved, their floating state will be toggled ↵Anselm R. Garbe2007-09-161-6/+10
| | | | implicitely
* some more rearrangementsAnselm R. Garbe2007-09-161-147/+143
|
* ordered all functions alphabeticallyAnselm R. Garbe2007-09-161-1025/+1023
|
* corrected a misleading commentAnselm R. Garbe2007-09-161-1/+1
|
* macros which have been defined in config.h can only be used at function ↵Anselm R. Garbe2007-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 definitionsAnselm R. Garbe2007-09-151-56/+57
|
* backporting my intro-comment of old dwm.hAnselm R. Garbe2007-09-151-1/+30
|
* removed grabkeys, not necessaryAnselm R. Garbe2007-09-151-26/+21
|
* micromizing dwm step 1Anselm R. Garbe2007-09-151-0/+1847