From 06559a37209687b39d51c6d4175ba2ba19e4aa0b Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Thu, 5 Oct 2023 18:30:52 +0800 Subject: [PATCH] Use renamed-scratchpads instead --- dwm-flexipatch/patches.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index 272c959..30e8f43 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 0 +#define RENAMED_SCRATCHPADS_PATCH 1 /* 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 0 +#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 1 /* 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 1 +#define SCRATCHPADS_PATCH 0 /* Minor alteration of the above allowing clients to keep their size and position when shown */ -#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 1 +#define SCRATCHPADS_KEEP_POSITION_AND_SIZE_PATCH 0 /* This alternative patch enables a scratchpad feature in dwm similar to the scratchpad * feature in i3wm.