dwm

OSHs dwm build
git clone git://git.oshgnacknak.de/dwm.git
Log | Files | Refs | README | LICENSE

commit 5d422bb1ce9c8b1919809f14746ad80d0442bbbb
parent 38a43c2dcc2c75ece9ef1ac5cd82a8d05c7c519f
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Wed, 11 Jun 2008 10:26:57 +0100

using foo layout during cleanup (suggested by Gottox), add Arg->v handling for togglelayout() suggested by anydot
Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -363,7 +363,7 @@ checkotherwm(void) { void cleanup(void) { Arg a = {.i = ~0}; - Layout foo = { 0 }; + Layout foo = { "", NULL }; close(STDIN_FILENO); view(&a);