Replace push with movestack

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 00:09:52 +08:00
parent 46464893f8
commit b68fc4c64f

View file

@ -789,7 +789,7 @@
/* This patch allows you to move clients around in the stack and swap them with the master. /* This patch allows you to move clients around in the stack and swap them with the master.
* https://dwm.suckless.org/patches/movestack/ * 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. /* This patch allows you to change the names of tags during runtime.
* *
@ -906,7 +906,7 @@
* This takes precedence over the push patch above. * This takes precedence over the push patch above.
* https://dwm.suckless.org/patches/push/ * 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 /* 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 * 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. /* 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/ * 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 /* The zoomswap patch allows a master and a stack window to swap places
* rather than every window on the screen changing position. * rather than every window on the screen changing position.
* https://dwm.suckless.org/patches/zoomswap/ * https://dwm.suckless.org/patches/zoomswap/
*/ */
#define ZOOMSWAP_PATCH 0 #define ZOOMSWAP_PATCH 0
/** /**
* Layouts * Layouts