aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-09extended rule to apply monitors if set up accordinglyAnselm R Garbe1-3/+3
2009-07-09removed monsyms, uselessAnselm R Garbe1-3/+0
2009-07-09restricting number of mons by length of monsymsAnselm R Garbe1-1/+1
2009-07-08introducing const where it might make some senseAnselm R Garbe1-9/+8
2009-07-02changed focusmon/tagmon to work on prev/next instead (-1/+1), changed ↵Anselm R Garbe1-4/+4
shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-.
2009-07-02more sensibleAnselm R Garbe1-1/+1
2009-07-02hmm, can't decide on the default monitor symbol setAnselm R Garbe1-1/+1
2009-07-02updateAnselm R Garbe1-1/+1
2009-07-02introduced monitor symbolsAnselm R Garbe1-0/+3
2009-07-01several bugfixesAnselm R Garbe1-2/+0
2009-06-30several simplificationsAnselm R Garbe1-3/+2
2009-06-20we need a tagset per monitor, removed tagset declaration from config.hAnselm R Garbe1-1/+0
2009-06-20experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eAnselm R Garbe1-1/+9
2009-05-29removed MAXTAGLENAnselm R Garbe1-2/+2
2009-03-17applied Gottox' patches, and also removed usegrabAnselm R Garbe1-2/+0
2008-12-12applied Neale Pickett's xprop status reading patch, updated README and dwm.1 ↵a@null1-1/+0
accordingly
2008-10-19several changes towards 5.3, XINERAMA is disabled by default, introduced ↵Anselm R Garbe1-0/+2
usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
2008-08-27introduced NOBORDER macro to hide the nasty - 2 * c->bw in various ↵Anselm R Garbe1-0/+1
calculations, moved tagset to config.def.h
2008-08-18added a comment about FAQ regarding mfact meaningAnselm R Garbe1-1/+1
2008-08-02made readin a config.h variableAnselm R Garbe1-0/+1
2008-07-18make hg tip compilable with default configPremysl Hruby1-2/+2
2008-07-16got rid of compile time xidx configuration, querying mouse pointer insteadAnselm R Garbe1-4/+0
2008-07-02removed useless commentAnselm R Garbe1-1/+1
2008-06-24removed useless charactersAnselm R Garbe1-3/+3
2008-06-20applied Gottox' ClkTagBar patchAnselm R Garbe1-15/+4
2008-06-19untested monocleAnselm R Garbe1-6/+9
2008-06-17branch mergeAnselm R Garbe1-1/+1
2008-06-17tiled layout resizehints should be respected by defaultAnselm R Garbe1-2/+2
2008-06-15s/tags ref/tags mask/arg@suckless.org1-1/+1
2008-06-14removed scroll-wheel based focussing on window title clicksAnselm R Garbe1-2/+0
2008-06-14fix of swapped focusstack mouse buttonsAnselm R Garbe1-2/+2
2008-06-14removed root window click handlingAnselm R Garbe1-1/+0
2008-06-14removed font and color definitionsAnselm R Garbe1-18/+21
2008-06-12updateAnselm R Garbe1-1/+1
2008-06-11integrated yiyus mouse.diff (though the bar click handling is slightly ↵Anselm R Garbe1-25/+59
broken, I'm to tired to debug it now, yiyus could you please?)
2008-06-11made Xinerama screen index customizableAnselm R Garbe1-4/+8
2008-06-11added nsz' patchAnselm R Garbe1-0/+3
2008-06-11integrated Peter Hartlich's patch, removed const char *c from union, ↵Anselm R Garbe1-4/+4
simplified togglelayout
2008-06-11applied anydot's patchset.diffAnselm R Garbe1-35/+35
2008-06-01Gottox' drawtext simplificationAnselm R Garbe1-1/+1
2008-06-01applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe1-1/+1
2008-05-26removed Layout->updategeom, unnecessaryAnselm R Garbe1-3/+3
2008-05-26applied yiyus domax patch with slight modificationsAnselm R Garbe1-36/+16
2008-05-22s/int/uint/ in config.hAnselm R Garbe1-38/+38
2008-05-22setmfact argument was wrongAnselm R Garbe1-2/+2
2008-05-22applied Gottox bitmask + void *arg patchAnselm R Garbe1-43/+44
2008-05-19merged tile.c again into dwm.canselm@anselm11-3/+1
2008-05-19recent changes, introduced togglebar, changed some defines into variable ↵Anselm R Garbe1-4/+9
declarations where possible
2008-05-17removed the <M> togglelayout callAnselm R Garbe1-3/+2
2008-05-17removed monocle for nowAnselm R Garbe1-1/+0