mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Loop through all bars
This commit is contained in:
parent
0cd25db5af
commit
3d081ef5f9
@ -89,7 +89,8 @@ togglegaps(const Arg *arg)
|
||||
|
||||
#if BAR_GAPS_PADDING_PATCH
|
||||
updatebarpos(selmon);
|
||||
Bar *bar = selmon->bar;
|
||||
Bar *bar;
|
||||
for (bar = selmon->bar; bar; bar = bar->next)
|
||||
XMoveResizeWindow(dpy, bar->win, bar->bx, bar->by, bar->bw, bar->bh);
|
||||
|
||||
#if BAR_SYSTRAY_PATCH
|
||||
|
Loading…
Reference in New Issue
Block a user