From 2f70c42aab2ac71f5cdb1996499247f2268c98ce Mon Sep 17 00:00:00 2001 From: bakkeby Date: Mon, 20 Jun 2022 14:00:09 +0200 Subject: Adding renamed scratchpads patch --- patches.def.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'patches.def.h') diff --git a/patches.def.h b/patches.def.h index 759e97b..3cc9756 100644 --- a/patches.def.h +++ b/patches.def.h @@ -844,6 +844,18 @@ */ #define PUSH_NO_MASTER_PATCH 0 +/* Variant of the named scratchpads patch allowing scratch keys to be added or removed + * on demand, allowing multiple scratchpad windows to be toggled into and out of view + * in unison, as well as including multi-monitor support. + * + * https://github.com/bakkeby/patches/wiki/renamedscratchpads + */ +#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 0 + /* Shifts all clients per tag to leftmost unoccupied tags. * * For example, if clients A, B, C are tagged on tags 1, 5, 9 respectively, when -- cgit v1.2.3