diff options
| author | matt <[email protected]> | 2021-01-02 01:26:21 +0100 |
|---|---|---|
| committer | matt <[email protected]> | 2021-01-02 01:26:21 +0100 |
| commit | 5fd83cb76b4203581fe4dcb382f9e11bec7ad65e (patch) | |
| tree | 2edfb0da571b85ca4c8ad9348723cb5321e38830 /patches.def.h | |
| parent | 44ea8f5cce5ec12649e928cacc3d47cd2fec9a8e (diff) | |
| download | dwm-flexipatch-5fd83cb76b4203581fe4dcb382f9e11bec7ad65e.tar.gz dwm-flexipatch-5fd83cb76b4203581fe4dcb382f9e11bec7ad65e.zip | |
added the layoutmenu patch
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 |
