From ae67378b200842998bb4bc178e0d67220f09fefc Mon Sep 17 00:00:00 2001 From: Bagellll Date: Fri, 11 Feb 2022 10:57:53 -0500 Subject: 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 --- patches.def.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'patches.def.h') 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 - -- cgit v1.2.3