summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-02 23:57:25 +0200
committerbakkeby <[email protected]>2019-10-02 23:57:25 +0200
commit1f21ed72d14af33fb490c14fcf809fe0606fadb0 (patch)
tree65c31f1354fe4607699c32f1bd25abfce6a8f8f8 /patches.h
parent0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (diff)
downloaddwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.tar.gz
dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.zip
Adding focusadjacenttag patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 55c7165..c65bfe3 100644
--- a/patches.h
+++ b/patches.h
@@ -132,6 +132,13 @@
*/
#define FANCYBAR_PATCH 0
+/* This patch provides the ability to focus the tag on the immediate left or right of the
+ * currently focused tag. It also allows to send the focused window either on the left or
+ * the right tag.
+ * http://dwm.suckless.org/patches/focusadjacenttag/
+ */
+#define FOCUSADJACENTTAG_PATCH 1
+
/* Switch focus only by mouse click and not sloppy (focus follows mouse pointer).
* https://dwm.suckless.org/patches/focusonclick/
*/