diff options
| author | bakkeby <[email protected]> | 2020-10-04 21:11:31 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-10-04 21:11:31 +0200 |
| commit | ac4845bcde8c54fb83b08c2a1cbb2c1367808721 (patch) | |
| tree | f036f21d4f8a4ab477eb54b90648c013fa523cc5 | |
| parent | f08883883a9c66bf290baeb9270ec3e4bb5be1da (diff) | |
| download | dwm-flexipatch-ac4845bcde8c54fb83b08c2a1cbb2c1367808721.tar.gz dwm-flexipatch-ac4845bcde8c54fb83b08c2a1cbb2c1367808721.zip | |
Removing dud RESETLAYOUT_PATCH from patches.def.h, actual patch was never taken
| -rw-r--r-- | patches.def.h | 5 |
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/ |
