Enable Warp Patch

This commit is contained in:
Sravan Balaji
2021-10-05 10:33:38 -04:00
parent 2907b9eefe
commit 7f854ae1c7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -321,7 +321,7 @@
#define VIEWONTAG_PATCH 0
#define WARP_PATCH 0
#define WARP_PATCH 1
#define WINDOWROLERULE_PATCH 0