aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Collapse)AuthorLines
2009-06-30several simplificationsAnselm R Garbe-3/+2
2009-06-20we need a tagset per monitor, removed tagset declaration from config.hAnselm R Garbe-1/+0
2009-06-20experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/eAnselm R Garbe-1/+9
2009-05-29removed MAXTAGLENAnselm R Garbe-2/+2
2009-03-17applied Gottox' patches, and also removed usegrabAnselm R Garbe-2/+0
2008-12-12applied Neale Pickett's xprop status reading patch, updated README and dwm.1 ↵a@null-1/+0
accordingly
2008-10-19several changes towards 5.3, XINERAMA is disabled by default, introduced ↵Anselm R Garbe-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 Garbe-0/+1
calculations, moved tagset to config.def.h
2008-08-18added a comment about FAQ regarding mfact meaningAnselm R Garbe-1/+1
2008-08-02made readin a config.h variableAnselm R Garbe-0/+1
2008-07-18make hg tip compilable with default configPremysl Hruby-2/+2
2008-07-16got rid of compile time xidx configuration, querying mouse pointer insteadAnselm R Garbe-4/+0
2008-07-02removed useless commentAnselm R Garbe-1/+1
2008-06-24removed useless charactersAnselm R Garbe-3/+3
2008-06-20applied Gottox' ClkTagBar patchAnselm R Garbe-15/+4
2008-06-19untested monocleAnselm R Garbe-6/+9
2008-06-17branch mergeAnselm R Garbe-1/+1
2008-06-17tiled layout resizehints should be respected by defaultAnselm R Garbe-2/+2
2008-06-15s/tags ref/tags mask/arg@suckless.org-1/+1
2008-06-14removed scroll-wheel based focussing on window title clicksAnselm R Garbe-2/+0
2008-06-14fix of swapped focusstack mouse buttonsAnselm R Garbe-2/+2
2008-06-14removed root window click handlingAnselm R Garbe-1/+0
2008-06-14removed font and color definitionsAnselm R Garbe-18/+21
2008-06-12updateAnselm R Garbe-1/+1
2008-06-11integrated yiyus mouse.diff (though the bar click handling is slightly ↵Anselm R Garbe-25/+59
broken, I'm to tired to debug it now, yiyus could you please?)
2008-06-11made Xinerama screen index customizableAnselm R Garbe-4/+8
2008-06-11added nsz' patchAnselm R Garbe-0/+3
2008-06-11integrated Peter Hartlich's patch, removed const char *c from union, ↵Anselm R Garbe-4/+4
simplified togglelayout
2008-06-11applied anydot's patchset.diffAnselm R Garbe-35/+35
2008-06-01Gottox' drawtext simplificationAnselm R Garbe-1/+1
2008-06-01applied noviewprev.diff, fix.diff and unusedflags.diffAnselm R Garbe-1/+1
2008-05-26removed Layout->updategeom, unnecessaryAnselm R Garbe-3/+3
2008-05-26applied yiyus domax patch with slight modificationsAnselm R Garbe-36/+16
2008-05-22s/int/uint/ in config.hAnselm R Garbe-38/+38
2008-05-22setmfact argument was wrongAnselm R Garbe-2/+2
2008-05-22applied Gottox bitmask + void *arg patchAnselm R Garbe-43/+44
2008-05-19merged tile.c again into dwm.canselm@anselm1-3/+1
2008-05-19recent changes, introduced togglebar, changed some defines into variable ↵Anselm R Garbe-4/+9
declarations where possible
2008-05-17removed the <M> togglelayout callAnselm R Garbe-3/+2
2008-05-17removed monocle for nowAnselm R Garbe-1/+0
2008-05-17removed the exact focus mechanism of next/prev windowAnselm R Garbe-2/+0
2008-05-17moved all tile()-related stuff into tile.c which is included from ↵Anselm R Garbe-7/+7
config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
2008-05-17removed tileh, renamed tilev into tile again, removed counttiles, tilemasterAnselm R Garbe-1/+1
2008-05-17removed Layout->isfloatingAnselm R Garbe-4/+4
2008-05-17removed reapply() -- unnecessaryAnselm R Garbe-1/+0
2008-05-17renamed setlayout into togglelayoutAnselm R Garbe-74/+73
2008-05-11having monocle on Mod1-mAnselm R Garbe-0/+1
2008-05-11removed Geom stuff, introduced updategeom() again, still view is somewhat ↵Anselm R Garbe-11/+1
broken?
2008-05-11cleaned up config.def.hAnselm R Garbe-8/+2
2008-05-11implemented exact focus next, if arg != NULL to focus{next,prev}Anselm R Garbe-0/+2