aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added tag 3.7 for changeset baee494346e5Anselm R. Garbe2007-02-241-0/+1
|
* prepared 3.7, ready to ramboAnselm R. Garbe2007-02-242-2/+2
|
* removed an unnecessary newlineAnselm R. Garbe2007-02-241-1/+0
|
* removed superfluous externs (except for tags, because tags is defined in the ↵Anselm R. Garbe2007-02-241-53/+53
| | | | source)
* replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe2007-02-233-10/+10
|
* oops, small bugfix in my configAnselm R. Garbe2007-02-231-1/+1
|
* default masterwidth should also be at 600Anselm R. Garbe2007-02-231-1/+1
|
* changed order if h/lAnselm R. Garbe2007-02-231-1/+1
|
* well I agree to several people claiming h/j/k/l is the better default than ↵Anselm R. Garbe2007-02-233-13/+13
| | | | Tab/S-Tab/g/s for focus and master resizing
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe2007-02-229-63/+63
| | | | sounds more correct) - English speakers convinced me
* hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe2007-02-221-1/+1
|
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-15/+15
|
* made Fnt an anonymous inner structAnselm R. Garbe2007-02-221-9/+7
|
* nah, I don't want 640 as MASTERWIDTHAnselm R. Garbe2007-02-222-3/+3
|
* using MASTERWIDTH=640 and 32px steps by default (incmasterw())Anselm R. Garbe2007-02-222-6/+6
|
* simplified focusclient()Anselm R. Garbe2007-02-221-10/+6
|
* renamed versatile into untiledAnselm R. Garbe2007-02-229-51/+51
|
* merged focus{prev.next} into focusclient(1/-1)Anselm R. Garbe2007-02-224-26/+21
|
* made dwm.h more tidy (thx Jukka for the zoom() hint)Anselm R. Garbe2007-02-221-12/+11
|
* oopsAnselm R. Garbe2007-02-221-2/+2
|
* small bugfixAnselm R. Garbe2007-02-222-9/+15
|
* fixed some issues due to the Arg->const char * transitionAnselm R. Garbe2007-02-222-9/+10
|
* restoring default keybindings as Sander complainedAnselm R. Garbe2007-02-222-8/+8
|
* replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe2007-02-229-185/+190
| | | | need atoi() in some places
* re-added xterm to config.default.hAnselm R. Garbe2007-02-221-0/+1
|
* removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe2007-02-222-14/+0
|
* fixed order of key bindings described in dwm.1Anselm R. Garbe2007-02-221-5/+5
|
* status needs update even in togglemax() - since we got an indicator for thisAnselm R. Garbe2007-02-221-0/+1
|
* reusing drawsquare for client title, empty square before title means ↵Anselm R. Garbe2007-02-222-24/+6
| | | | versatile window, filled square before title means versatile maximized window.
* dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe2007-02-222-6/+31
|
* nah grouped keybindings by contextAnselm R. Garbe2007-02-222-47/+46
|
* fixed exit condition in togglemax()Anselm R. Garbe2007-02-221-1/+1
|
* fixing missing extern declars in dwm.h for {de,at}tach()Anselm R. Garbe2007-02-221-0/+2
|
* several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe2007-02-2210-183/+184
| | | | zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
* just ignore the FD_ISSET check in main.c of xfd, just call XPending (which ↵Anselm R. Garbe2007-02-211-6/+5
| | | | does the same afair)
* optimizing background color of terminalsAnselm R. Garbe2007-02-211-1/+1
|
* using 333 as background, hey proggyclean is really goodAnselm R. Garbe2007-02-211-1/+1
|
* switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ↵Anselm R. Garbe2007-02-211-1/+1
| | | | 12pt terminus which is too small or 14pt terminus which is too fat)
* using smaller fontAnselm R. Garbe2007-02-211-1/+1
|
* using a green selborderAnselm R. Garbe2007-02-211-1/+1
|
* reverting to bg 555Anselm R. Garbe2007-02-212-2/+2
|
* s/555/357/ for SELCOLORAnselm R. Garbe2007-02-211-1/+1
|
* switching to urxvtcd for the moment (the uxterm flicker makes me headaches, ↵Anselm R. Garbe2007-02-211-1/+1
| | | | st is really highest prio now)
* Added tag 3.6.1 for changeset 20ec6976cee1Anselm R. Garbe2007-02-211-0/+1
|
* creating 3.6.1Anselm R. Garbe2007-02-211-1/+1
|
* reverted accidental removal of sx, syAnselm R. Garbe2007-02-212-5/+6
|
* removed some global vars which should be static insteadAnselm R. Garbe2007-02-212-8/+7
|
* moved focus{next,prev} and nexttiled from client.c to layout.c (because ↵Anselm R. Garbe2007-02-213-50/+50
| | | | those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific)
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-213-31/+35
|
* Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928bAnselm R. Garbe2007-02-211-0/+1
|