summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kGravatar Anselm R. Garbe 2007-02-233-10/+10
* oops, small bugfix in my configGravatar Anselm R. Garbe 2007-02-231-1/+1
* default masterwidth should also be at 600Gravatar Anselm R. Garbe 2007-02-231-1/+1
* changed order if h/lGravatar Anselm R. Garbe 2007-02-231-1/+1
* well I agree to several people claiming h/j/k/l is the better default than Ta...Gravatar Anselm R. Garbe 2007-02-233-13/+13
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Gravatar Anselm R. Garbe 2007-02-229-63/+63
* hahaha, untiled and non-untiled sounded really cumbersomeGravatar Anselm R. Garbe 2007-02-221-1/+1
* made Fnt an anonymous inner structGravatar Anselm R. Garbe 2007-02-221-15/+15
* made Fnt an anonymous inner structGravatar Anselm R. Garbe 2007-02-221-9/+7
* nah, I don't want 640 as MASTERWIDTHGravatar Anselm R. Garbe 2007-02-222-3/+3
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Gravatar Anselm R. Garbe 2007-02-222-6/+6
* simplified focusclient()Gravatar Anselm R. Garbe 2007-02-221-10/+6
* renamed versatile into untiledGravatar Anselm R. Garbe 2007-02-229-51/+51
* merged focus{prev.next} into focusclient(1/-1)Gravatar Anselm R. Garbe 2007-02-224-26/+21
* made dwm.h more tidy (thx Jukka for the zoom() hint)Gravatar Anselm R. Garbe 2007-02-221-12/+11
* oopsGravatar Anselm R. Garbe 2007-02-221-2/+2
* small bugfixGravatar Anselm R. Garbe 2007-02-222-9/+15
* fixed some issues due to the Arg->const char * transitionGravatar Anselm R. Garbe 2007-02-222-9/+10
* restoring default keybindings as Sander complainedGravatar Anselm R. Garbe 2007-02-222-8/+8
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Gravatar Anselm R. Garbe 2007-02-229-185/+190
* re-added xterm to config.default.hGravatar Anselm R. Garbe 2007-02-221-0/+1
* removed button4/5-bindings for incnmaster on mode label - that is misleadingGravatar Anselm R. Garbe 2007-02-222-14/+0
* fixed order of key bindings described in dwm.1Gravatar Anselm R. Garbe 2007-02-221-5/+5
* status needs update even in togglemax() - since we got an indicator for thisGravatar Anselm R. Garbe 2007-02-221-0/+1
* reusing drawsquare for client title, empty square before title means versatil...Gravatar Anselm R. Garbe 2007-02-222-24/+6
* dwm draws a small caret before the client title if it's a versatile clientGravatar Anselm R. Garbe 2007-02-222-6/+31
* nah grouped keybindings by contextGravatar Anselm R. Garbe 2007-02-222-47/+46
* fixed exit condition in togglemax()Gravatar Anselm R. Garbe 2007-02-221-1/+1
* fixing missing extern declars in dwm.h for {de,at}tach()Gravatar Anselm R. Garbe 2007-02-221-0/+2
* several changes, made togglemax extern and separated it from zoom() - moved z...Gravatar Anselm R. Garbe 2007-02-2210-183/+184
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which do...Gravatar Anselm R. Garbe 2007-02-211-6/+5
* optimizing background color of terminalsGravatar Anselm R. Garbe 2007-02-211-1/+1
* using 333 as background, hey proggyclean is really goodGravatar Anselm R. Garbe 2007-02-211-1/+1
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ...Gravatar Anselm R. Garbe 2007-02-211-1/+1
* using smaller fontGravatar Anselm R. Garbe 2007-02-211-1/+1
* using a green selborderGravatar Anselm R. Garbe 2007-02-211-1/+1
* reverting to bg 555Gravatar Anselm R. Garbe 2007-02-212-2/+2
* s/555/357/ for SELCOLORGravatar Anselm R. Garbe 2007-02-211-1/+1
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, s...Gravatar Anselm R. Garbe 2007-02-211-1/+1
* Added tag 3.6.1 for changeset 20ec6976cee1Gravatar Anselm R. Garbe 2007-02-211-0/+1
* creating 3.6.1Gravatar Anselm R. Garbe 2007-02-211-1/+1
* reverted accidental removal of sx, syGravatar Anselm R. Garbe 2007-02-212-5/+6
* removed some global vars which should be static insteadGravatar Anselm R. Garbe 2007-02-212-8/+7
* moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Gravatar Anselm R. Garbe 2007-02-213-50/+50
* cleaned up and commented the config.*.hGravatar Anselm R. Garbe 2007-02-213-31/+35
* Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bGravatar Anselm R. Garbe 2007-02-211-0/+1
* fixed quoting and a commentGravatar Anselm R. Garbe 2007-02-212-2/+2
* renamed setfont to initfont, getcolor to initcolorGravatar Anselm R. Garbe 2007-02-201-29/+29
* fixed orderGravatar Anselm R. Garbe 2007-02-201-11/+11
* added draw.c again (except getcolor and setfont which are helpers in main.c)Gravatar Anselm R. Garbe 2007-02-204-133/+144