From 7f854ae1c74d8723546784bfc9963325640b265c Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 5 Oct 2021 10:33:38 -0400 Subject: [PATCH] Enable Warp Patch --- README.org | 2 +- patches.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 1f191b3..75c88c6 100644 --- a/README.org +++ b/README.org @@ -2971,7 +2971,7 @@ This patch warps the mouse cursor to the center of the currently focused window https://dwm.suckless.org/patches/warp/ #+BEGIN_SRC c :tangle patches.def.h -#define WARP_PATCH 0 +#define WARP_PATCH 1 #+END_SRC *** Window Role Rule diff --git a/patches.def.h b/patches.def.h index 967f1f2..93422d7 100644 --- a/patches.def.h +++ b/patches.def.h @@ -321,7 +321,7 @@ #define VIEWONTAG_PATCH 0 -#define WARP_PATCH 0 +#define WARP_PATCH 1 #define WINDOWROLERULE_PATCH 0