several changes, made togglemax extern and separated it from zoom() - moved zoom...
authorAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 06:59:13 +0000 (07:59 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 06:59:13 +0000 (07:59 +0100)
commit352cae4380713949d3800ebcda7aff3bb5ab9efc
treedd301143a6777dacb09b90d6d27d16aeb19056fc
parentb3b58c08e4e15c4dbdd04bae52300d1e8effed33
several changes, made togglemax extern and separated it from zoom() - moved 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
client.c
config.arg.h
config.default.h
dwm.1
dwm.h
event.c
layout.c
main.c
tag.c
util.c