summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorBagellll <[email protected]>2022-02-11 10:57:53 -0500
committerGitHub <[email protected]>2022-02-11 16:57:53 +0100
commitae67378b200842998bb4bc178e0d67220f09fefc (patch)
tree9da48cb032d37b646a0b93d954fe5b7942f9cf96 /patches.def.h
parent8f986a4e3b64533d9d96272941685a314f3fa837 (diff)
downloaddwm-flexipatch-ae67378b200842998bb4bc178e0d67220f09fefc.tar.gz
dwm-flexipatch-ae67378b200842998bb4bc178e0d67220f09fefc.zip
Tag-Sync patch (for syncing tags across all monitors) (#219)
* Tag-Sync patch * Major compatibility updates * SWITCHTAG/TAGSYNC compatibility * tagsync: refactoring Co-authored-by: bakkeby <[email protected]>
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/patches.def.h b/patches.def.h
index dbd133d..697f6e6 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -1130,6 +1130,13 @@
*/
#define TAGSWAPMON_PATCH 0
+/* Sync tag actions across all monitors.
+ * This is comparable to a sort of pseudo-desktop environment.
+ * Also refer to the desktop patch:
+ * https://github.com/bakkeby/patches/blob/master/dwm/dwm-desktop-6.3.diff
+ */
+#define TAGSYNC_PATCH 0
+
/* This patch can be useful to the touchpad users because it allows to
* resize windows using Mod + two-finger scroll. It is useful when
* two-finger scrolling is configured in libinput.
@@ -1328,4 +1335,3 @@
* This can be optionally disabled in favour of other layouts.
*/
#define MONOCLE_LAYOUT 1
-