120 Commits (ee734fae6b35cfbeeb810e637c4f458b55c29fce)

Author SHA1 Message Date
anselm@anselm1 308f95ae5a added dmenu_run to config.h
17 years ago
Anselm R. Garbe 5f19423c7b simplified Mod-m
17 years ago
Anselm R. Garbe d66ad1457e implemented reapply for re-applying the tagging rules during runtime, Mod-r
17 years ago
Anselm R. Garbe e9a0733506 Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!
17 years ago
arg@suckless.org 198502f41d moved LENGTH to dwm.c, moved prevtags to dwm.c
17 years ago
Anselm R. Garbe 6f60b2e1cd revival of RESIZEHINTS
17 years ago
Anselm R. Garbe 34e7872c89 replaced Nmacros with LENGTH(x) macro
17 years ago
Anselm R. Garbe c36f7c3c5e replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.
17 years ago
Anselm R. Garbe 93eee247ca going toward 4.7
17 years ago
arg@suckless.org cdd6c3e820 removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients
17 years ago
Anselm R. Garbe a73de0cff4 added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
17 years ago
Anselm R. Garbe 883e09b2eb removing NULL-terminating **tags definition in config.h
17 years ago
Anselm R. Garbe 57676994ea s/xterm/uxterm/
17 years ago
Anselm R. Garbe c3eca4d14f fixed font definition
17 years ago
Anselm R. Garbe bedbe59aaa applied Peter Hartlich's border collapse patch
17 years ago
Anselm R. Garbe f92a4e45c4 fixed colors
17 years ago
Anselm R. Garbe 63725004f5 updated with my favorite colorscheme
17 years ago
Anselm R. Garbe e9348dcaca applied colors depend from lavishs proposal
17 years ago
Anselm R. Garbe fa857b2896 switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
17 years ago
Anselm R. Garbe 17d39ee014 renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all
17 years ago