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