Adding viewontag patch

This commit is contained in:
bakkeby
2019-09-15 23:42:47 +02:00
parent f60b0b5121
commit 49218e94b5
3 changed files with 12 additions and 1 deletions

View File

@@ -270,6 +270,11 @@
*/
#define VANITYGAPS_PATCH 0
/* Follow a window to the tag it is being moved to.
* https://dwm.suckless.org/patches/viewontag/
*/
#define VIEWONTAG_PATCH 0
/* This patch warps the mouse cursor to the center of the currently focused window or screen
* when the mouse cursor is (a) on a different screen or (b) on top of a different window.
* https://dwm.suckless.org/patches/warp/