Adding option to enable gaps for monocle layout, ref. issue #11

This commit is contained in:
bakkeby
2020-03-07 17:03:19 +01:00
parent e75decf7de
commit 58ab50845d
5 changed files with 30 additions and 5 deletions

View File

@@ -580,6 +580,12 @@
*/
#define VANITYGAPS_PATCH 0
/* This patch adds outer gaps for the monocle layout.
* Most gaps patches tries to avoid gaps on the monocle layout, as it is often used as a
* fullscreen mode, hence this is enabled separately from the main vanitygaps patch.
*/
#define VANITYGAPS_MONOCLE_PATCH 0
/* Follow a window to the tag it is being moved to.
* https://dwm.suckless.org/patches/viewontag/
*/