Add placemouse and push

This commit is contained in:
Alexis Jhon Gaspar 2023-10-01 23:58:40 +08:00
parent 95089d5d13
commit e8f689f7fc

View file

@ -893,7 +893,7 @@
/* This patch lets you change the position of a client in the stack using the mouse. /* This patch lets you change the position of a client in the stack using the mouse.
* https://github.com/bakkeby/patches/wiki/placemouse * https://github.com/bakkeby/patches/wiki/placemouse
*/ */
#define PLACEMOUSE_PATCH 0 #define PLACEMOUSE_PATCH 1
/* This patch provides a way to move clients up and down inside the client list. /* This patch provides a way to move clients up and down inside the client list.
* https://dwm.suckless.org/patches/push/ * https://dwm.suckless.org/patches/push/
@ -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 0 #define PUSH_NO_MASTER_PATCH 1
/* 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
@ -996,7 +996,7 @@
* feature in i3wm. * feature in i3wm.
* https://github.com/GasparVardanyan/dwm-scratchpad * https://github.com/GasparVardanyan/dwm-scratchpad
*/ */
#define SCRATCHPAD_ALT_1_PATCH 0 #define SCRATCHPAD_ALT_1_PATCH 0
/* This patch persists some settings across window manager restarts. These include but are not /* This patch persists some settings across window manager restarts. These include but are not
* limited to: * limited to: