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.h | |
| 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.h')
| -rw-r--r-- | patch/vanitygaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/vanitygaps.h b/patch/vanitygaps.h index 569c602..5667be2 100644 --- a/patch/vanitygaps.h +++ b/patch/vanitygaps.h @@ -10,7 +10,7 @@ static void incrivgaps(const Arg *arg); static void togglegaps(const Arg *arg); /* Internals */ -#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); #endif static void setgaps(int oh, int ov, int ih, int iv);
\ No newline at end of file |
