aboutsummaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)AuthorLines
2007-09-23renamed config.h into config.def.h, config.h will be created if not present, ↵Anselm R. Garbe-94/+0
this seems less annoying after all
2007-09-22introduced ISTILE, which can be easily extended with other layout functions ↵Anselm R. Garbe-3/+4
to allow reuse of setmwfact() and zoom()
2007-09-17made all stuff non-static - so you can choose wether to use dwm the static ↵arg@suckless.org-3/+3
or the extern way when extending it
2007-09-15micromizing dwm step 1Anselm R. Garbe-15/+11
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe-11/+3
2007-09-15renamed config.default.h into config.hAnselm R. Garbe-0/+105
2006-08-02removed config.h (stupid hg)arg@10ksloc.org-62/+0
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org-9/+9
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-02applied Sanders patches (numlock2)arg@10ksloc.org-2/+2
2006-08-01renamed ARRANGE into DEFMODEarg@10ksloc.org-1/+1
2006-08-01removed 5LOCarg@10ksloc.org-7/+4
2006-08-01cleaned config.*h to prevent some confusionarg@10ksloc.org-2/+1
2006-08-01fixed config.h filesarg@10ksloc.org-2/+1
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org-0/+67
2006-07-13removed unnecessary crapAnselm R. Garbe-15/+0
2006-07-13before leaning things upAnselm R. Garbe-0/+5
2006-07-12simplified several portions of code through replacing rect structs with ↵Anselm R. Garbe-4/+4
x,y,h,w counterparts (much more readable)
2006-07-12new colorsAnselm R. Garbe-3/+3
2006-07-11fixed several other stuff, coming closer to something usefulAnselm R. Garbe-1/+1
2006-07-11several changes, new stuffAnselm R. Garbe-1/+1
2006-07-11added bar event timerAnselm R. Garbe-10/+2
2006-07-11added gridsel to gridwmAnselm R. Garbe-0/+3
2006-07-11fixed several stuff (gridwm gets better and better)Anselm R. Garbe-1/+3
2006-07-11added key handlingAnselm R. Garbe-0/+2
2006-07-11implemented pipe_spawnAnselm R. Garbe-0/+2
2006-07-10added several other stuffAnselm R. Garbe-2/+2
2006-07-10several new changes, made gridmenu workingAnselm R. Garbe-4/+4
2006-07-10added new stuffAnselm R. Garbe-0/+9