From 5fd83cb76b4203581fe4dcb382f9e11bec7ad65e Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 2 Jan 2021 01:26:21 +0100 Subject: added the layoutmenu patch --- patches.def.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'patches.def.h') 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 -- cgit v1.2.3