summaryrefslogtreecommitdiffstats
path: root/dwm.c
Commit message (Expand)AuthorAgeFilesLines
* introduced ISTILE, which can be easily extended with other layout functions t...Gravatar Anselm R. Garbe 2007-09-221-3/+3
* setmwfact and zoom check isarrange(floating) now, not !isarrange(tile) - this...Gravatar Anselm R. Garbe 2007-09-221-2/+2
* cosmetic fixGravatar Anselm R. Garbe 2007-09-221-1/+2
* fixed a commentGravatar Anselm R. Garbe 2007-09-201-1/+1
* applied Peters patch, applied yiyus hint to initfontGravatar arg@suckless.org 2007-09-191-12/+12
* applied Peter Hartlich's togglemax patch to allow toggling tiled clients to m...Gravatar Anselm R. Garbe 2007-09-181-3/+12
* made all stuff non-static - so you can choose wether to use dwm the static or...Gravatar arg@suckless.org 2007-09-171-182/+179
* there might be envs which need Xlib.hGravatar Anselm R. Garbe 2007-09-161-0/+1
* Mod1-Button2 on a floating but not-fixed client will make it tiled againGravatar Anselm R. Garbe 2007-09-161-2/+6
* now tiled windows can be resized/moved, their floating state will be toggled ...Gravatar Anselm R. Garbe 2007-09-161-6/+10
* some more rearrangementsGravatar Anselm R. Garbe 2007-09-161-147/+143
* ordered all functions alphabeticallyGravatar Anselm R. Garbe 2007-09-161-1025/+1023
* 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 level...Gravatar Anselm R. Garbe 2007-09-161-6/+10
* 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