Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
another fix, call lt->arrange() in togglebar only
[dwm.git]
/
layout.c
diff --git
a/layout.c
b/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();
togglebar(const char *arg) {
bpos = (bpos == BarOff) ? BARPOS : BarOff;
updatebarpos();
+ lt->arrange();
}
void
}
void