summaryrefslogtreecommitdiffstats
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
...
* geoms are now drawed in the status barGravatar Anselm R Garbe 2008-03-171-4/+4
|
* removed the string-based setgeom approach, introduced a new Geom type ↵Gravatar Anselm R Garbe 2008-03-171-15/+13
| | | | instead and a helper macro
* made the string-based setgeom workingGravatar Anselm R Garbe 2008-03-151-2/+14
|
* some experimental state DO NOT USE THIS, I plan to have a nicer interface to ↵Gravatar Anselm R Garbe 2008-03-141-3/+3
| | | | change geometries
* some changes towards 4.9Gravatar Anselm R Garbe 2008-03-141-5/+8
|
* removed all defines of geoms, implemented setgeoms() instead, added ↵Gravatar Anselm R Garbe 2008-03-131-34/+0
| | | | config.anselm.h to show how I'd like to see that people edit their geoms
* changed config.def.hGravatar Anselm R Garbe 2008-03-061-2/+2
|
* new stuffGravatar Anselm R Garbe 2008-03-061-4/+6
|
* implemented setlayout in the way proposed on the ml, split tile() into two ↵Gravatar Anselm R Garbe 2008-03-061-17/+17
| | | | functions, a third will follow soon
* changed config.def.hGravatar Anselm R Garbe 2008-03-051-32/+9
|
* integrated the new -x -y -w toggles of dmenu into my setupGravatar Anselm R Garbe 2008-03-051-1/+6
|
* implemented the stuff as I discussed on dwm@Gravatar Anselm R Garbe 2008-03-051-6/+55
|
* renamed maximise to monocle again.Gravatar Anselm R Garbe 2008-03-051-4/+2
|
* renamed MAXLEN into MAXTAGLEN (backward compliance)Gravatar anselm@anselm1 2008-03-041-1/+1
|
* renamed monocle into maxmise, documented the keybindings in dwm(1)Gravatar anselm@anselm1 2008-03-041-5/+7
|
* monocle goes mainstreamGravatar Anselm R Garbe 2008-03-041-1/+3
|
* removed View cruft, now back to the rootsGravatar anselm@anselm1 2008-03-031-1/+0
|
* made tag names snappierGravatar Anselm R Garbe 2008-02-291-1/+1
|
* removed initags -- we autoselect the first tag in each view insteadGravatar anselm@anselm1 2008-02-281-1/+0
|
* some more changes towards a better dwmGravatar Anselm R Garbe 2008-02-281-1/+1
|
* proceeded, though we still miss a real Tag structGravatar anselm@anselm1 2008-02-271-2/+4
|
* disabled AIM_XINERAMAGravatar anselm@anselm1 2008-02-261-1/+1
|
* simplified dwmGravatar anselm@anselm1 2008-02-261-2/+2
|
* pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but ↵Gravatar anselm@anselm1 2008-02-231-7/+7
| | | | those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the past
* changed arrange functions to contain the Monitor as first argumentGravatar Anselm R Garbe 2008-02-211-1/+1
|
* proceeded with multihead/Xinerama supportGravatar anselm@anselm1 2007-12-221-5/+5
|
* removed maximize, there will be monocle soonGravatar anselm@anselm1 2007-12-221-1/+0
|
* fixed wrong tagging stuffGravatar anselm@anselm1 2007-12-221-1/+1
|
* added dmenu_run to config.hGravatar anselm@anselm1 2007-12-221-2/+1
|
* simplified Mod-mGravatar Anselm R. Garbe 2007-12-091-1/+1
|
* implemented reapply for re-applying the tagging rules during runtime, Mod-rGravatar Anselm R. Garbe 2007-12-081-0/+1
|
* Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!Gravatar Anselm R. Garbe 2007-11-101-58/+57
|
* moved LENGTH to dwm.c, moved prevtags to dwm.cGravatar arg@suckless.org 2007-11-071-4/+0
|
* revival of RESIZEHINTSGravatar Anselm R. Garbe 2007-11-021-0/+1
|
* replaced Nmacros with LENGTH(x) macroGravatar Anselm R. Garbe 2007-10-281-6/+5
|
* replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ↵Gravatar Anselm R. Garbe 2007-10-281-1/+3
| | | | ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead.
* going toward 4.7Gravatar Anselm R. Garbe 2007-10-271-0/+3
|
* removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clientsGravatar arg@suckless.org 2007-10-241-1/+0
|
* added antoszka's viewprev patch with some minor modifications, restored ↵Gravatar Anselm R. Garbe 2007-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.hGravatar Anselm R. Garbe 2007-10-051-1/+1
|
* s/xterm/uxterm/Gravatar Anselm R. Garbe 2007-10-011-1/+1
|
* fixed font definitionGravatar Anselm R. Garbe 2007-10-011-1/+1
|
* applied Peter Hartlich's border collapse patchGravatar Anselm R. Garbe 2007-09-301-7/+7
|
* fixed colorsGravatar Anselm R. Garbe 2007-09-271-3/+3
|
* updated with my favorite colorschemeGravatar Anselm R. Garbe 2007-09-261-7/+6
|
* applied colors depend from lavishs proposalGravatar Anselm R. Garbe 2007-09-251-6/+6
|
* switching to white normal bg, renaming tag 9 into www, for static use in ↵Gravatar Anselm R. Garbe 2007-09-231-9/+9
| | | | conjunction with ff
* renamed config.h into config.def.h, config.h will be created if not present, ↵Gravatar Anselm R. Garbe 2007-09-231-0/+94
this seems less annoying after all