mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
add warp patch
This commit is contained in:
parent
8f1aa6309d
commit
be390aba76
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user