summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 00:22:24 +0200
committerbakkeby <[email protected]>2019-09-15 00:22:24 +0200
commit713c4e619749e437970dee379d65417f9a1849b3 (patch)
treeae80930ed2da7ddb8d0c94f54d8b19fa39b3cd72 /patches.h
parent70012dbf2cb8eddddc4ec57ecba4508a9d9664a5 (diff)
downloaddwm-flexipatch-713c4e619749e437970dee379d65417f9a1849b3.tar.gz
dwm-flexipatch-713c4e619749e437970dee379d65417f9a1849b3.zip
Adding push no master variant patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 4b12fdc..f19a125 100644
--- a/patches.h
+++ b/patches.h
@@ -169,6 +169,14 @@
*/
#define PUSH_PATCH 0
+/* This patch provides a way to move clients up and down inside the client list,
+ * but does not push up or down into the master area (except that it does not take
+ * nmaster into account).
+ * This takes precedence over the push patch above.
+ * https://dwm.suckless.org/patches/push/
+ */
+#define PUSH_NO_MASTER_PATCH 0
+
/* By default, windows only resize from the bottom right corner. With this
* patch the mouse is warped to the nearest corner and you resize from there.
* https://dwm.suckless.org/patches/resizecorners/