Compare commits

...

2 commits

Author SHA1 Message Date
Alexis Jhon Gaspar 46464893f8 Add placemouse and push 2023-10-02 00:04:33 +08:00
Alexis Jhon Gaspar e8f689f7fc Add placemouse and push 2023-10-01 23:58:40 +08:00

View file

@ -893,12 +893,12 @@
/* 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/
*/ */
#define PUSH_PATCH 0 #define PUSH_PATCH 0
/* 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,
* but does not push up or down into the master area (except that it does not take * but does not push up or down into the master area (except that it does not take
@ -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: