diff options
Diffstat (limited to 'patch/layout_monocle.c')
| -rw-r--r-- | patch/layout_monocle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/layout_monocle.c b/patch/layout_monocle.c index 1533aa9..f7b5bc3 100644 --- a/patch/layout_monocle.c +++ b/patch/layout_monocle.c @@ -34,4 +34,5 @@ monocle(Monitor *m) for (c = nexttiled(m->clients); c; c = nexttiled(c->next)) resize(c, m->wx, m->wy, m->ww - 2 * c->bw, m->wh - 2 * c->bw, 0); } -#endif // VANITYGAPS_PATCH
\ No newline at end of file +#endif // VANITYGAPS_PATCH + |
