From 151a4a71ef24a5ef463a246194a85e557237679f Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 9 Feb 2024 16:42:26 +0100 Subject: [PATCH] remove warp patch --- patches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.h b/patches.h index a156c6b..d84e7ce 100644 --- a/patches.h +++ b/patches.h @@ -1371,7 +1371,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 1 +#define WARP_PATCH 0 /* 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.