summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-14 00:36:18 +0200
committerbakkeby <[email protected]>2019-09-14 00:36:18 +0200
commit39e161e54519c8c28d479d69f5a1be88b59e3dac (patch)
tree7d04c12ff971c0eb66eb1b03b27132f861eadd72 /patches.h
parentc5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff)
downloaddwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz
dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip
Adding push patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 83b8141..108a25e 100644
--- a/patches.h
+++ b/patches.h
@@ -164,6 +164,11 @@
*/
#define PERTAGBAR_PATCH 0
+/* This patch provides a way to move clients up and down inside the client list.
+ * https://dwm.suckless.org/patches/push/
+ */
+#define PUSH_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/