JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
another fix, call lt->arrange() in togglebar only
[dwm.git] / layout.c
index 0dc062f..26e9de6 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -220,6 +220,7 @@ void
 togglebar(const char *arg) {
        bpos = (bpos == BarOff) ? BARPOS : BarOff;
        updatebarpos();
+       lt->arrange();
 }
 
 void