summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-11-26 19:54:00 +0100
committerbakkeby <[email protected]>2019-11-26 15:54:03 +0100
commit7d107ce8eb60f74acd3159b9efc0fbb500503694 (patch)
tree37aafdb90236a4773972f6c41c02cadfc16e321c /patches.h
parent3b175a5387f58659c861aa1940f74bf9475a6266 (diff)
downloaddwm-flexipatch-7d107ce8eb60f74acd3159b9efc0fbb500503694.tar.gz
dwm-flexipatch-7d107ce8eb60f74acd3159b9efc0fbb500503694.zip
Adding dmenumatchtop patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 83f60d5..734832e 100644
--- a/patches.h
+++ b/patches.h
@@ -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.