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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user