summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 00:12:52 +0200
committerbakkeby <[email protected]>2019-10-05 00:12:52 +0200
commita8049d86bb9334d2848a80117679bd0605db6db2 (patch)
tree0ee73b54b8afbb19252b1786a9928d0dcc6e8da7 /patches.h
parenta25d00eb00f8f73594cb39968d2363c9c148d9ce (diff)
downloaddwm-flexipatch-a8049d86bb9334d2848a80117679bd0605db6db2.tar.gz
dwm-flexipatch-a8049d86bb9334d2848a80117679bd0605db6db2.zip
Adding tagintostack patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 17c5d7a..d7a0642 100644
--- a/patches.h
+++ b/patches.h
@@ -326,6 +326,21 @@
*/
#define TAGALLMON_PATCH 0
+/* This patch makes new clients attach into the stack area when you toggle a new tag into
+ * view. This means your master area will remain unchanged when toggling views.
+ * The allmaster patch will cause all clients in the master area to be left alone. This patch
+ * takes precedence over the onemaster tagintostack patch.
+ * https://dwm.suckless.org/patches/tagintostack/
+ */
+#define TAGINTOSTACK_ALLMASTER_PATCH 0
+
+/* This patch makes new clients attach into the stack area when you toggle a new tag into
+ * view. This means your master area will remain unchanged when toggling views.
+ * The onemaster patch will cause the first client in the master area to be left alone.
+ * https://dwm.suckless.org/patches/tagintostack/
+ */
+#define TAGINTOSTACK_ONEMASTER_PATCH 0
+
/* If you try to send a fullscreen window to an adjacent monitor using tagmon then
* the window is moved behind the scenes, but it remains in fullscreen on the original
* monitor until you exit fullscreen view (at which point it will appear on the adjacent