diff options
Diffstat (limited to 'patch/holdbar.c')
| -rw-r--r-- | patch/holdbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/holdbar.c b/patch/holdbar.c index a7727b8..0ea1d41 100644 --- a/patch/holdbar.c +++ b/patch/holdbar.c @@ -15,6 +15,9 @@ keyrelease(XEvent *e) XMoveResizeWindow(dpy, selmon->barwin, selmon->wx, selmon->by, selmon->ww, bh); arrange(selmon); } + #if COMBO_PATCH + combo = 0; + #endif // COMBO_PATCH } void |
