JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi...
[dwm.git] / layout.c
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garbestatus needs update even in togglemax() - since we...
2007-02-22 Anselm R. Garbefixed exit condition in togglemax()
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-21 Anselm R. Garbemoved focus{next,prev} and nexttiled from client.c...
2007-02-20 Anselm R. Garbesplit screen.c into layout.c and tag.c (because the...