diff options
| author | bakkeby <[email protected]> | 2020-03-07 17:03:19 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-07 17:03:19 +0100 |
| commit | 58ab50845d5af725700dcfb1ef8c1f1053a78a88 (patch) | |
| tree | efec370d3b44a5492d16158bf78766809ea1e42f /patch/vanitygaps.c | |
| parent | e75decf7de7dfab665a9ba260cb6da8d24950e59 (diff) | |
| download | dwm-flexipatch-58ab50845d5af725700dcfb1ef8c1f1053a78a88.tar.gz dwm-flexipatch-58ab50845d5af725700dcfb1ef8c1f1053a78a88.zip | |
Adding option to enable gaps for monocle layout, ref. issue #11
Diffstat (limited to 'patch/vanitygaps.c')
| -rw-r--r-- | patch/vanitygaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/vanitygaps.c b/patch/vanitygaps.c index bbbee6e..d1f0505 100644 --- a/patch/vanitygaps.c +++ b/patch/vanitygaps.c @@ -112,7 +112,7 @@ incrivgaps(const Arg *arg) ); } -#if CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || NROWGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT +#if CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || FIBONACCI_DWINDLE_LAYOUT || FIBONACCI_SPIRAL_LAYOUT || GAPPLESSGRID_LAYOUT || NROWGRID_LAYOUT || HORIZGRID_LAYOUT || BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || GRIDMODE_LAYOUT || FLEXTILE_DELUXE_LAYOUT || TILE_LAYOUT || (VANITYGAPS_MONOCLE_PATCH && MONOCLE_LAYOUT) static void getgaps(Monitor *m, int *oh, int *ov, int *ih, int *iv, unsigned int *nc) { |
