Adding tagallmon and tagswapmon patches
This commit is contained in:
11
patches.h
11
patches.h
@@ -28,6 +28,11 @@
|
||||
*/
|
||||
#define PERTAGBAR_PATCH 0
|
||||
|
||||
/* This patch allows you to move all visible windows on a monitor to an adjacent monitor.
|
||||
* https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-tagallmon-6.2.diff
|
||||
*/
|
||||
#define TAGALLMON_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
|
||||
@@ -37,6 +42,12 @@
|
||||
*/
|
||||
#define TAGMONFIXFS_PATCH 0
|
||||
|
||||
/* This patch allows you to swap all visible windows on one monitor with those of an
|
||||
* adjacent monitor.
|
||||
* https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-tagswapmon-6.2.diff
|
||||
*/
|
||||
#define TAGSWAPMON_PATCH 0
|
||||
|
||||
/* This patch allows you to toggle fullscreen on and off using a single shortcut key.
|
||||
* https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-togglefullscreen-6.2.diff
|
||||
*/
|
||||
|
Reference in New Issue
Block a user