summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h5
1 files changed, 0 insertions, 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/