From b68fc4c64f6090520cd57018c749d71142a40d72 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Mon, 2 Oct 2023 00:09:52 +0800 Subject: [PATCH] Replace push with movestack --- 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 a16b186..3899cea 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -789,7 +789,7 @@ /* This patch allows you to move clients around in the stack and swap them with the master. * https://dwm.suckless.org/patches/movestack/ */ -#define MOVESTACK_PATCH 0 +#define MOVESTACK_PATCH 1 /* This patch allows you to change the names of tags during runtime. * @@ -906,7 +906,7 @@ * This takes precedence over the push patch above. * https://dwm.suckless.org/patches/push/ */ -#define PUSH_NO_MASTER_PATCH 1 +#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 @@ -1381,13 +1381,13 @@ /* Simple patch that allows floating windows to be zoomed into the master stack position. * https://www.reddit.com/r/suckless/comments/ie5fe3/zoomfloating_my_own_simple_original_patch/ */ -#define ZOOMFLOATING_PATCH 0 +#define ZOOMFLOATING_PATCH 0 /* The zoomswap patch allows a master and a stack window to swap places * rather than every window on the screen changing position. * https://dwm.suckless.org/patches/zoomswap/ */ -#define ZOOMSWAP_PATCH 0 +#define ZOOMSWAP_PATCH 0 /** * Layouts