summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* hotfixGravatar Anselm R. Garbe 2006-09-071-1/+1
|
* simplified unmanageGravatar Anselm R. Garbe 2006-09-071-8/+2
|
* using a global stack for focus recovery on arrange() - seems to work greatGravatar Anselm R. Garbe 2006-09-074-8/+26
|
* made markups in dwm.1 more consistentGravatar Anselm R. Garbe 2006-09-071-95/+38
|
* small addition to dwm.1Gravatar Anselm R. Garbe 2006-09-071-4/+4
|
* this patch keeps track of global z-layer order of clients which are floating ↵Gravatar Anselm R. Garbe 2006-09-061-12/+7
| | | | or if floating mode is enabled
* no this is betterGravatar Anselm R. Garbe 2006-09-062-11/+11
|
* does this preserve z order for anthony?Gravatar Anselm R. Garbe 2006-09-062-8/+10
|
* maybe this might workGravatar Anselm R. Garbe 2006-09-063-4/+9
|
* Added tag 1.4 for changeset 3cff9403766bf83a9fc2a0aef230115d68de2a8eGravatar Anselm R. Garbe 2006-09-061-0/+1
|
* prepared dwm-1.4 updateGravatar Anselm R. Garbe 2006-09-062-2/+1
|
* drawstatus even if no client existsGravatar Anselm R. Garbe 2006-09-061-1/+3
|
* sanders solution is convincing and elegantGravatar Anselm R. Garbe 2006-09-062-49/+9
|
* seems to preserve floating client z-layer order (even with reorder() calls)Gravatar Anselm R. Garbe 2006-09-062-1/+9
|
* Added tag 1.4 for changeset a6b8994af16491220db0199623bd57d061e06143Gravatar Anselm R. Garbe 2006-09-061-0/+1
|
* small fixGravatar Anselm R. Garbe 2006-09-062-2/+3
|
* made args mode symbols the default ones (the default ones look too ugly)Gravatar Anselm R. Garbe 2006-09-061-2/+2
|
* moved transient_for tag inheritance to settagsGravatar Anselm R. Garbe 2006-09-063-10/+10
|
* no, reodering floating clients definately breaks the manage() policy which ↵Gravatar Anselm R. Garbe 2006-09-063-16/+18
| | | | attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
* no, ordering floating clients at the end seems betterGravatar Anselm R. Garbe 2006-09-053-19/+17
|
* fixGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* this makes sure the issue mentioned by sanderGravatar Anselm R. Garbe 2006-09-051-2/+8
|
* fixing zoomGravatar Anselm R. Garbe 2006-09-051-3/+4
|
* fixing two off-by-onesGravatar Anselm R. Garbe 2006-09-051-2/+2
|
* ach ich will auch Alt-sGravatar Anselm R. Garbe 2006-09-051-0/+1
|
* applied checking existance of >2 tiles patch (proposed by sander) to zoom ↵Gravatar Anselm R. Garbe 2006-09-051-5/+14
| | | | and resizecol
* renamed resizetile into resizecolGravatar Anselm R. Garbe 2006-09-054-5/+5
|
* well ok, added Mod-s to default bindings (however, I don't need it)Gravatar Anselm R. Garbe 2006-09-052-0/+7
|
* s/growcol/resizetile/gGravatar Anselm R. Garbe 2006-09-054-15/+15
|
* right, multihead issue is not involved with growcolGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* hotfixGravatar Anselm R. Garbe 2006-09-051-1/+3
|
* applied a fix related to Sanders remark to growcolGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* sanders toggletag patch is much more elegantGravatar Anselm R. Garbe 2006-09-051-1/+1
|
* I really need column growing, now pushing upstreamGravatar Anselm R. Garbe 2006-09-055-0/+27
|
* don't access sel in restack without checking for NULL (multihead crashing bug)Gravatar Anselm R. Garbe 2006-09-051-7/+9
|
* fixing c->weight handlingGravatar Anselm R. Garbe 2006-09-051-2/+3
|
* removed some useless tagsGravatar Anselm R. Garbe 2006-09-041-2/+0
|
* after 1.3Gravatar Anselm R. Garbe 2006-09-041-1/+1
|
* Added tag 1.3 for changeset f5f5cbf016a94b48a8fe9c47f0736e96d166d5d4Gravatar Anselm R. Garbe 2006-09-041-0/+1
|
* retaggedGravatar Anselm R. Garbe 2006-09-041-1/+1
|
* simplified manageGravatar Anselm R. Garbe 2006-09-041-5/+2
|
* removed html crapGravatar Anselm R. Garbe 2006-09-043-128/+1
|
* Added tag 1.3 for changeset dd44dc937e8b0a46abf1a15a333dba5304e4fe89Gravatar Anselm R. Garbe 2006-09-041-0/+1
|
* hotfixing with sanders hintGravatar Anselm R. Garbe 2006-09-041-1/+3
|
* Added tag 1.3 for changeset 6413ea66b1c2496cfc2173fe58df67cb965eb1daGravatar Anselm R. Garbe 2006-09-041-0/+1
|
* fixing the issue that new clients appear loweredGravatar Anselm R. Garbe 2006-09-041-0/+2
|
* removed unused varsGravatar Anselm R. Garbe 2006-09-041-2/+2
|
* reducing focus calls (sanders patch)Gravatar Anselm R. Garbe 2006-09-041-6/+4
|
* applied Sanders max_and_focus.patchGravatar Anselm R. Garbe 2006-09-045-44/+48
|
* simplified buttonpressGravatar Anselm R. Garbe 2006-09-011-23/+12
|