add warp patch

This commit is contained in:
mintycube 2024-06-29 13:36:07 +05:00
parent 8f1aa6309d
commit be390aba76
2 changed files with 2 additions and 1 deletions

View File

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

View File

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