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 <bakkeby@gmail.com>
This commit is contained in:
Bagellll
2022-02-11 10:57:53 -05:00
committed by GitHub
parent 8f986a4e3b
commit ae67378b20
10 changed files with 135 additions and 109 deletions

View File

@ -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