From be390aba76734d063ca858c849f277377b3b5cf0 Mon Sep 17 00:00:00 2001 From: mintycube <90507714+mintycube@users.noreply.github.com> Date: Sat, 29 Jun 2024 13:36:07 +0500 Subject: [PATCH] add warp patch --- README.md | 1 + patches.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.