about summary refs log tree commit diff stats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* moved LENGTH to dwm.c, moved prevtags to dwm.carg@suckless.org2007-11-071-4/+0
|
* revival of RESIZEHINTSAnselm R. Garbe2007-11-021-0/+1
|
* replaced Nmacros with LENGTH(x) macroAnselm R. Garbe2007-10-281-6/+5
|
* replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ↵Anselm R. Garbe2007-10-281-1/+3
| | | | ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.
* going toward 4.7Anselm R. Garbe2007-10-271-0/+3
|
* removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clientsarg@suckless.org2007-10-241-1/+0
|
* added antoszka's viewprev patch with some minor modifications, restored ↵Anselm R. Garbe2007-10-101-0/+1
| | | | Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
* removing NULL-terminating **tags definition in config.hAnselm R. Garbe2007-10-051