summaryrefslogtreecommitdiffstats
path: root/config.anselm.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-06new stuffAnselm R Garbe1-19/+21
2008-03-06implemented setlayout in the way proposed on the ml, split tile() into two fu...Anselm R Garbe1-17/+17
2008-03-05changed config.def.hAnselm R Garbe1-32/+9
2008-03-05integrated the new -x -y -w toggles of dmenu into my setupAnselm R Garbe1-1/+6
2008-03-05implemented the stuff as I discussed on dwm@Anselm R Garbe1-6/+55
2008-03-05renamed maximise to monocle again.Anselm R Garbe1-4/+2
2008-03-04renamed MAXLEN into MAXTAGLEN (backward compliance)anselm@anselm11-1/+1
2008-03-04renamed monocle into maxmise, documented the keybindings in dwm(1)anselm@anselm11-5/+7
2008-03-04monocle goes mainstreamAnselm R Garbe1-1/+3
2008-03-03removed View cruft, now back to the rootsanselm@anselm11-1/+0
2008-02-29made tag names snappierAnselm R Garbe1-1/+1
2008-02-28removed initags -- we autoselect the first tag in each view insteadanselm@anselm11-1/+0
2008-02-28some more changes towards a better dwmAnselm R Garbe1-1/+1
2008-02-27 proceeded, though we still miss a real Tag structanselm@anselm11-2/+4
2008-02-26disabled AIM_XINERAMAanselm@anselm11-1/+1
2008-02-26simplified dwmanselm@anselm11-2/+2
2008-02-23pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but th...anselm@anselm11-7/+7
2008-02-21changed arrange functions to contain the Monitor as first argumentAnselm R Garbe1-1/+1
2007-12-22proceeded with multihead/Xinerama supportanselm@anselm11-5/+5
2007-12-22removed maximize, there will be monocle soonanselm@anselm11-1/+0
2007-12-22fixed wrong tagging stuffanselm@anselm11-1/+1
2007-12-22added dmenu_run to config.hanselm@anselm11-2/+1
2007-12-09simplified Mod-mAnselm R. Garbe1-1/+1
2007-12-08implemented reapply for re-applying the tagging rules during runtime, Mod-rAnselm R. Garbe1-0/+1
2007-11-10Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!Anselm R. Garbe1-58/+57
2007-11-07moved LENGTH to dwm.c, moved prevtags to dwm.carg@suckless.org1-4/+0
2007-11-02revival of RESIZEHINTSAnselm R. Garbe1-0/+1
2007-10-28replaced Nmacros with LENGTH(x) macroAnselm R. Garbe1-6/+5
2007-10-28replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltid...Anselm R. Garbe1-1/+3
2007-10-27going toward 4.7Anselm R. Garbe1-0/+3
2007-10-24removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clientsarg@suckless.org1-1/+0
2007-10-10added antoszka's viewprev patch with some minor modifications, restored Clien...Anselm R. Garbe1-0/+1
2007-10-05removing NULL-terminating **tags definition in config.hAnselm R. Garbe1-1/+1
2007-10-01s/xterm/uxterm/Anselm R. Garbe1-1/+1
2007-10-01fixed font definitionAnselm R. Garbe1-1/+1
2007-09-30applied Peter Hartlich's border collapse patchAnselm R. Garbe1-7/+7
2007-09-27fixed colorsAnselm R. Garbe1-3/+3
2007-09-26updated with my favorite colorschemeAnselm R. Garbe1-7/+6
2007-09-25applied colors depend from lavishs proposalAnselm R. Garbe1-6/+6
2007-09-23switching to white normal bg, renaming tag 9 into www, for static use in conj...Anselm R. Garbe1-9/+9
2007-09-23renamed config.h into config.def.h, config.h will be created if not present, ...Anselm R. Garbe1-0/+0
2007-09-22introduced ISTILE, which can be easily extended with other layout functions t...Anselm R. Garbe1-3/+4
2007-09-17made all stuff non-static - so you can choose wether to use dwm the static or...arg@suckless.org1-3/+3
2007-09-15micromizing dwm step 1Anselm R. Garbe1-15/+11
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe1-11/+3
2007-09-15renamed config.default.h into config.hAnselm R. Garbe1-1/+1
2007-09-15removed config.arg.h, only 1 config.h necessaryAnselm R. Garbe1-12/+22
2007-09-09introduced new define RESIZEHINTS, which allows to enable/disable size hint h...Anselm R. Garbe1-0/+1
2007-08-17applied Jukka Salmi's setmwfact patchAnselm R. Garbe1-2/+2
2007-08-16made plural arraysAnselm R. Garbe1-3/+3