diff --git a/README.md b/README.md index 5a7e4b4..6fb10ca 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Personal build of dwm generated using [dwm-flexipatch](https://github.com/bakkeb - [TAPRESIZE_PATCH](https://dwm.suckless.org/patches/tapresize/) - [TOGGLETAG_PATCH](https://github.com/bakkeby/patches/wiki/toggletag) - [TRANSFER_PATCH](https://dwm.suckless.org/patches/transfer/) +- [WARP_PATCH](https://dwm.suckless.org/patches/warp/) - [WINDOWROLERULE_PATCH](https://github.com/bakkeby/patches/wiki/windowrolerule/) - [XRDB_PATCH](http://dwm.suckless.org/patches/xrdb/) - TILE_LAYOUT diff --git a/patches.h b/patches.h index 393eef6..7b82d86 100644 --- a/patches.h +++ b/patches.h @@ -1388,7 +1388,7 @@ * when the mouse cursor is (a) on a different screen or (b) on top of a different window. * https://dwm.suckless.org/patches/warp/ */ -#define WARP_PATCH 0 +#define WARP_PATCH 1 /* Sometimes a single application opens different windows depending on the task * at hand and this is often reflected in the WM_WINDOW_ROLE(STRING) x property.