summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-10-04 21:11:31 +0200
committerbakkeby <[email protected]>2020-10-04 21:11:31 +0200
commitac4845bcde8c54fb83b08c2a1cbb2c1367808721 (patch)
treef036f21d4f8a4ab477eb54b90648c013fa523cc5 /patches.def.h
parentf08883883a9c66bf290baeb9270ec3e4bb5be1da (diff)
downloaddwm-flexipatch-ac4845bcde8c54fb83b08c2a1cbb2c1367808721.tar.gz
dwm-flexipatch-ac4845bcde8c54fb83b08c2a1cbb2c1367808721.zip
Removing dud RESETLAYOUT_PATCH from patches.def.h, actual patch was never taken
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/