summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-07-04 13:34:41 +0200
committerbakkeby <[email protected]>2022-07-04 13:45:06 +0200
commitd3ab291944016be14002875ef8f4a318bd672c50 (patch)
treeba7b2c45670638885bee95a594e66ddbf1e45660 /patches.def.h
parent279c571986a8c9b22acf4fe462e3d1470bf2925e (diff)
downloaddwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.tar.gz
dwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.zip
Adding shiftboth patch ref. #270
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 83ae574..4b6719e 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -968,6 +968,12 @@
*/
#define SETBORDERPX_PATCH 0
+/* Combines shifttag and shiftview. Basically moves the window to the next/prev tag and follows it.
+ * Also see the focusadjacenttag patch.
+ * https://dwm.suckless.org/patches/shift-tools/
+ */
+#define SHIFTBOTH_PATCH 0
+
/* Moves the current selected client to the adjacent tag.
* Also see the focusadjacenttag patch.
* https://dwm.suckless.org/patches/shift-tools/