summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-01-22 11:28:55 +0100
committerbakkeby <[email protected]>2021-01-22 11:28:55 +0100
commit0f284023050cca4a66479e36bd2fa37a1798bf83 (patch)
treea78acc3805c9bb1938a537a86a9cf63861b78d2a /patches.def.h
parent49839cf6f14919470fee1be7033df1786afb055e (diff)
downloaddwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.tar.gz
dwm-flexipatch-0f284023050cca4a66479e36bd2fa37a1798bf83.zip
Adding placemouse patch
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 12a3670..39b58a8 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -721,6 +721,11 @@
*/
#define PERTAGBAR_PATCH 0
+/* This patch lets you change the position of a client in the stack using the mouse.
+ * https://github.com/bakkeby/patches/wiki/placemouse
+ */
+#define PLACEMOUSE_PATCH 0
+
/* This patch provides a way to move clients up and down inside the client list.
* https://dwm.suckless.org/patches/push/
*/