diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 0a27b1c..ef1a0d6 100644 --- a/patches.def.h +++ b/patches.def.h @@ -963,6 +963,14 @@ */ #define SWITCHTAG_PATCH 0 +/* This patch transforms the monocle layout into a "tabbed" layout if more than one window is + * present on the monocle view. This patch has been added for demonstration purposes only and has + * limited compatibility with other patches. It will conflict space-wise with a second bar. + * Note that fancybar, awesomebar, bartabgroups and similar patches make the tab patch redundant. + * https://dwm.suckless.org/patches/tab/ + */ +#define TAB_PATCH 0 + /* Adds keyboard shortcuts to move all (or only floating) windows from one tag to another. * https://dwm.suckless.org/patches/tagall/ */ |
