aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Escape -s in dwm.1Anselm R. Garbe2007-02-26
* Added tag 3.7 for changeset baee494346e5Anselm R. Garbe2007-02-24
* prepared 3.7, ready to ramboAnselm R. Garbe2007-02-24
* removed an unnecessary newlineAnselm R. Garbe2007-02-24
* removed superfluous externs (except for tags, because tags is defined in the ...Anselm R. Garbe2007-02-24
* replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe2007-02-23
* oops, small bugfix in my configAnselm R. Garbe2007-02-23
* default masterwidth should also be at 600Anselm R. Garbe2007-02-23
* changed order if h/lAnselm R. Garbe2007-02-23
* well I agree to several people claiming h/j/k/l is the better default than Ta...Anselm R. Garbe2007-02-23
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-22
* hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe2007-02-22
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-22
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-22
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-22
* simplified focusclient()Anselm R. Garbe2007-02-22
* renamed versatile into untiledAnselm R. Garbe2007-02-22
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-22
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-22
* oopsAnselm R. Garbe2007-02-22
* small bugfixAnselm R. Garbe2007-02-22
* fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2007-02-22
* restoring default keybindings as Sander complainedAnselm R. Garbe2007-02-22
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-22
* re-added xterm to config.default.hAnselm R. Garbe2007-02-22
* removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe2007-02-22
* fixed order of key bindings described in dwm.1Anselm R. Garbe2007-02-22
* status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe2007-02-22
* reusing drawsquare for client title, empty square before title means versatil...Anselm R. Garbe2007-02-22
* dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2007-02-22
* nah grouped keybindings by contextAnselm R. Garbe2007-02-22
* fixed exit condition in togglemax()Anselm R. Garbe2007-02-22
* fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe2007-02-22
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-22
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Anselm R. Garbe2007-02-21
* optimizing background color of terminalsAnselm R. Garbe2007-02-21
* using 333 as background, hey proggyclean is really goodAnselm R. Garbe2007-02-21
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ...Anselm R. Garbe2007-02-21
* using smaller fontAnselm R. Garbe2007-02-21
* using a green selborderAnselm R. Garbe2007-02-21
* reverting to bg 555Anselm R. Garbe2007-02-21
* s/555/357/ for SELCOLORAnselm R. Garbe2007-02-21
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Anselm R. Garbe2007-02-21
* Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe2007-02-21
* creating 3.6.1Anselm R. Garbe2007-02-21
* reverted accidental removal of sx, syAnselm R. Garbe2007-02-21
* removed some global vars which should be static insteadAnselm R. Garbe2007-02-21
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe2007-02-21
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-21