diff options
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index df6f1c1..12a3670 100644 --- a/patches.def.h +++ b/patches.def.h @@ -42,6 +42,15 @@ */ #define BAR_FLEXWINTITLE_PATCH 0 +/* This patch adds a context menu for layout switching. + * - xmenu needs to be installed. + * - Edit layoutmenu.sh with the installed layouts and with correct indexes. + * - Place layoutmenu.sh in PATH. + * - The text of the menu items is for display only. Name them however you want. + * https://dwm.suckless.org/patches/layoutmenu/ + */ +#define BAR_LAYOUTMENU_PATCH 0 + /* Show layout symbol in bar */ #define BAR_LTSYMBOL_PATCH 1 |
