diff options
| author | bakkeby <[email protected]> | 2019-11-26 19:54:00 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-11-26 15:54:03 +0100 |
| commit | 7d107ce8eb60f74acd3159b9efc0fbb500503694 (patch) | |
| tree | 37aafdb90236a4773972f6c41c02cadfc16e321c /patches.h | |
| parent | 3b175a5387f58659c861aa1940f74bf9475a6266 (diff) | |
| download | dwm-flexipatch-7d107ce8eb60f74acd3159b9efc0fbb500503694.tar.gz dwm-flexipatch-7d107ce8eb60f74acd3159b9efc0fbb500503694.zip | |
Adding dmenumatchtop patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -115,6 +115,12 @@ */ #define CYCLELAYOUTS_PATCH 0 +/* Updates the position of dmenu to match that of the bar. I.e. if topbar is 0 then dmenu + * will appear at the bottom and if 1 then dmenu will appear at the top. + * https://dwm.suckless.org/patches/dmenumatchtop + */ +#define DMENUMATCHTOP_PATCH 0 + /* This patch lets you resize the split in the tile layout (i.e. modify mfact) by holding * the modkey and dragging the mouse. * This patch can be a bit wonky with other layouts, but generally works. |
