Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | removed sendevent | Anselm R. Garbe | 2007-02-26 | |
| | ||||
* | Escape -s in dwm.1 | Anselm R. Garbe | 2007-02-26 | |
| | ||||
* | Added tag 3.7 for changeset baee494346e5 | Anselm R. Garbe | 2007-02-24 | |
| | ||||
* | prepared 3.7, ready to rambo | Anselm R. Garbe | 2007-02-24 | |
| | ||||
* | removed an unnecessary newline | Anselm R. Garbe | 2007-02-24 | |
| | ||||
* | removed superfluous externs (except for tags, because tags is defined in the ↵ | Anselm R. Garbe | 2007-02-24 | |
| | | | | source) | |||
* | replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k | Anselm R. Garbe | 2007-02-23 | |
| | ||||
* | oops, small bugfix in my config | Anselm R. Garbe | 2007-02-23 | |
| | ||||
* | default masterwidth should also be at 600 | Anselm R. Garbe | 2007-02-23 | |
| | ||||
* | changed order if h/l | Anselm R. Garbe | 2007-02-23 | |
| | ||||
* | well I agree to several people claiming h/j/k/l is the better default than ↵ | Anselm R. Garbe | 2007-02-23 | |
| | | | | Tab/S-Tab/g/s for focus and master resizing | |||
* | renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵ | Anselm R. Garbe | 2007-02-22 | |
| | | | | sounds more correct) - English speakers convinced me | |||
* | hahaha, untiled and non-untiled sounded really cumbersome | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | made Fnt an anonymous inner struct | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | made Fnt an anonymous inner struct | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | nah, I don't want 640 as MASTERWIDTH | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | using MASTERWIDTH=640 and 32px steps by default (incmasterw()) | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | simplified focusclient() | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | renamed versatile into untiled | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | merged focus{prev.next} into focusclient(1/-1) | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | made dwm.h more tidy (thx Jukka for the zoom() hint) | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | oops | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | small bugfix | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | fixed some issues due to the Arg->const char * transition | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | restoring default keybindings as Sander complained | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | replaced Arg union with const char *arg, seems cleaner to me, even if we ↵ | Anselm R. Garbe | 2007-02-22 | |
| | | | | need atoi() in some places | |||
* | re-added xterm to config.default.h | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | removed button4/5-bindings for incnmaster on mode label - that is misleading | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | fixed order of key bindings described in dwm.1 | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | status needs update even in togglemax() - since we got an indicator for this | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | reusing drawsquare for client title, empty square before title means ↵ | Anselm R. Garbe | 2007-02-22 | |
| | | | | 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 | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | nah grouped keybindings by context | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | fixed exit condition in togglemax() | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | fixing missing extern declars in dwm.h for {de,at}tach() | Anselm R. Garbe | 2007-02-22 | |
| | ||||
* | several changes, made togglemax extern and separated it from zoom() - moved ↵ | Anselm R. Garbe | 2007-02-22 | |
| | | | | 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. Garbe | 2007-02-21 | |
| | | | | does the same afair) | |||
* | optimizing background color of terminals | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | using 333 as background, hey proggyclean is really good | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | switching to 13pt proggyclean (this fits better my 1920x1200 resolution than ↵ | Anselm R. Garbe | 2007-02-21 | |
| | | | | 12pt terminus which is too small or 14pt terminus which is too fat) | |||
* | using smaller font | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | using a green selborder | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | reverting to bg 555 | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | s/555/357/ for SELCOLOR | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | switching to urxvtcd for the moment (the uxterm flicker makes me headaches, ↵ | Anselm R. Garbe | 2007-02-21 | |
| | | | | st is really highest prio now) | |||
* | Added tag 3.6.1 for changeset 20ec6976cee1 | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | creating 3.6.1 | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | reverted accidental removal of sx, sy | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | removed some global vars which should be static instead | Anselm R. Garbe | 2007-02-21 | |
| | ||||
* | moved focus{next,prev} and nexttiled from client.c to layout.c (because ↵ | Anselm R. Garbe | 2007-02-21 | |
| | | | | those are not client-specific), moved toggleversatile() from layout.c to client.c (because those are client-specific) |