diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 98aff3e..8c28af7 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -914,11 +914,11 @@ * * https://github.com/bakkeby/patches/wiki/renamedscratchpads */ -#define RENAMED_SCRATCHPADS_PATCH 1 +#define RENAMED_SCRATCHPADS_PATCH 0 /* Renamed scratchpads option to auto-hide scratchpads when moving to a different tag. * This behaviour is similar to that of the (multiple) scratchpads patch. */ -#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 1 +#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 9 /* Shifts all clients per tag to leftmost unoccupied tags. * @@ -987,10 +987,10 @@ * https://lists.suckless.org/hackers/2004/17205.html * https://dwm.suckless.org/patches/scratchpads/ */ -#define SCRATCHPADS_PATCH 0 +#define SCRATCHPADS_PATCH 1 /* Minor alteration of the above allowing clients to keep their size and position when shown */ -#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 0 +#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 1 /* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad * feature in i3wm.