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.
* 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