Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | well I agree to several people claiming h/j/k/l is the better default than ↵ | 2007-02-23 | 3 | -13/+13 | |
| | | | | Tab/S-Tab/g/s for focus and master resizing | ||||
* | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵ | 2007-02-22 | 9 | -63/+63 | |
| | | | | sounds more correct) - English speakers convinced me | ||||
* | hahaha, untiled and non-untiled sounded really cumbersome | 2007-02-22 | 1 | -1/+1 | |
| | |||||
* | made Fnt an anonymous inner struct | 2007-02-22 | 1 | -15/+15 | |
| | |||||
* | made Fnt an anonymous inner struct | 2007-02-22 | 1 | -9/+7 | |
| | |||||
* | nah, I don't want 640 as MASTERWIDTH | 2007-02-22 | 2 | -3/+3 | |
| | |||||
* | using MASTERWIDTH=640 and 32px steps by default (incmasterw()) | 2007-02-22 | 2 | -6/+6 | |
| | |||||
* | simplified focusclient() | 2007-02-22 | 1 | -10/+6 | |
| | |||||
* | renamed versatile into untiled | 2007-02-22 | 9 | -51/+51 | |
| | |||||
* | merged focus{prev.next} into focusclient(1/-1) | 2007-02-22 | 4 | -26/+21 | |
| | |||||
* | made dwm.h more tidy (thx Jukka for the zoom() hint) | 2007-02-22 | 1 | -12/+11 | |
| | |||||
* | oops | 2007-02-22 | 1 | -2/+2 | |
| | |||||
* | small bugfix | 2007-02-22 | 2 | -9/+15 | |
| | |||||
* | fixed some issues due to the Arg->const char * transition | 2007-02-22 | 2 | -9/+10 | |
| | |||||
* | restoring default keybindings as Sander complained | 2007-02-22 | 2 | -8/+8 | |
| | |||||
* | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | 2007-02-22 | 9 | -185/+190 | |
| | | | | need atoi() in some places | ||||
* | re-added xterm to config.default.h | 2007-02-22 | 1 | -0/+1 | |
| | |||||
* | removed button4/5-bindings for incnmaster on mode label - that is misleading | 2007-02-22 | 2 | -14/+0 | |
| | |||||
* | fixed order of key bindings described in dwm.1 | 2007-02-22 | 1 | -5/+5 | |
| | |||||
* | status needs update even in togglemax() - since we got an indicator for this | 2007-02-22 | 1 | -0/+1 | |
| | |||||
* | reusing drawsquare for client title, empty square before title means ↵ | 2007-02-22 | 2 | -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 client | 2007-02-22 | 2 | -6/+31 | |
| | |||||
* | nah grouped keybindings by context | 2007-02-22 | 2 | -47/+46 | |
| | |||||
* | fixed exit condition in togglemax() | 2007-02-22 | 1 | -1/+1 | |
| | |||||
* | fixing missing extern declars in dwm.h for {de,at}tach() | 2007-02-22 | 1 | -0/+2 | |
| | |||||
* | several changes, made togglemax extern and separated it from zoom() - moved ↵ | 2007-02-22 | 10 | -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 ↵ | 2007-02-21 | 1 | -6/+5 | |
| | | | | does the same afair) | ||||
* | optimizing background color of terminals | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | using 333 as background, hey proggyclean is really good | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ↵ | 2007-02-21 | 1 | -1/+1 | |
| | | | | 12pt terminus which is too small or 14pt terminus which is too fat) | ||||
* | using smaller font | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | using a green selborder | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | reverting to bg 555 | 2007-02-21 | 2 | -2/+2 | |
| | |||||
* | s/555/357/ for SELCOLOR | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | switching to urxvtcd for the moment (the uxterm flicker makes me headaches, ↵ | 2007-02-21 | 1 | -1/+1 | |
| | | | | st is really highest prio now) | ||||
* | Added tag 3.6.1 for changeset 20ec6976cee1 | 2007-02-21 | 1 | -0/+1 | |
| | |||||
* | creating 3.6.1 | 2007-02-21 | 1 | -1/+1 | |
| | |||||
* | reverted accidental removal of sx, sy | 2007-02-21 | 2 | -5/+6 | |
| | |||||
* | removed some global vars which should be static instead | 2007-02-21 | 2 | -8/+7 | |
| | |||||
* | moved focus{next,prev} and nexttiled from client.c to layout.c (because ↵ | 2007-02-21 | 3 | -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.*.h | 2007-02-21 | 3 | -31/+35 | |
| | |||||
* | Added tag 3.6 for changeset 75b1b25fe0d7e29400baf30568153f668324928b | 2007-02-21 | 1 | -0/+1 | |
| | |||||
* | fixed quoting and a comment | 2007-02-21 | 2 | -2/+2 | |
| | |||||
* | renamed setfont to initfont, getcolor to initcolor | 2007-02-20 | 1 | -29/+29 | |
| | |||||
* | fixed order | 2007-02-20 | 1 | -11/+11 | |
| | |||||
* | added draw.c again (except getcolor and setfont which are helpers in main.c) | 2007-02-20 | 4 | -133/+144 | |
| | |||||
* | separating drawsquare from drawtext, made drawtext extern | 2007-02-20 | 2 | -49/+65 | |
| | |||||
* | rechecked with OpenBSD | 2007-02-20 | 1 | -0/+1 | |
| | |||||
* | split screen.c into layout.c and tag.c (because the view is an implicit ↵ | 2007-02-20 | 4 | -152/+160 | |
| | | | | mixture of both) | ||||
* | using eprint instead of fputs | 2007-02-19 | 1 | -6/+3 | |
| |