From ac4845bcde8c54fb83b08c2a1cbb2c1367808721 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 4 Oct 2020 21:11:31 +0200 Subject: [PATCH] Removing dud RESETLAYOUT_PATCH from patches.def.h, actual patch was never taken --- patches.def.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/patches.def.h b/patches.def.h index 13e929e..6911946 100644 --- a/patches.def.h +++ b/patches.def.h @@ -731,11 +731,6 @@ */ #define REORGANIZETAGS_PATCH 0 -/* Resets the layout and mfact if there is only one visible client. - * https://dwm.suckless.org/patches/resetlayout/ - */ -#define RESETLAYOUT_PATCH 0 - /* By default, windows only resize from the bottom right corner. With this * patch the mouse is warped to the nearest corner and you resize from there. * https://dwm.suckless.org/patches/resizecorners/