JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using foo layout during cleanup (suggested by Gottox), add Arg->v handling for toggle...
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 943e17b..04ae223 100644 (file)
--- 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);