summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 23:42:47 +0200
committerbakkeby <[email protected]>2019-09-15 23:42:47 +0200
commit49218e94b556a65f6e0ef4901b1feb331b1003a5 (patch)
tree282f2797a0b9fa86ed27568b783f79248525fd8d /patches.h
parentf60b0b5121fb68e4dbb76036ec3efd24fe6c904c (diff)
downloaddwm-flexipatch-49218e94b556a65f6e0ef4901b1feb331b1003a5.tar.gz
dwm-flexipatch-49218e94b556a65f6e0ef4901b1feb331b1003a5.zip
Adding viewontag 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 b24dc49..24e6846 100644
--- a/patches.h
+++ b/patches.h
@@ -270,6 +270,11 @@
*/
#define VANITYGAPS_PATCH 0
+/* Follow a window to the tag it is being moved to.
+ * https://dwm.suckless.org/patches/viewontag/
+ */
+#define VIEWONTAG_PATCH 0
+
/* This patch warps the mouse cursor to the center of the currently focused window or screen
* when the mouse cursor is (a) on a different screen or (b) on top of a different window.
* https://dwm.suckless.org/patches/warp/