disable toggle patches, switch to attachbottom
Build/Publish XBPS / build-and-publish (push) Successful in 9s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 9s
Details
This commit is contained in:
parent
44156ba49f
commit
da353dc48a
10
patches.h
10
patches.h
|
@ -466,7 +466,7 @@
|
||||||
* This patch takes precedence over ATTACHBELOW_PATCH.
|
* This patch takes precedence over ATTACHBELOW_PATCH.
|
||||||
* https://dwm.suckless.org/patches/attachaside/
|
* https://dwm.suckless.org/patches/attachaside/
|
||||||
*/
|
*/
|
||||||
#define ATTACHASIDE_PATCH 1
|
#define ATTACHASIDE_PATCH 0
|
||||||
|
|
||||||
/* This patch adds new clients below the selected client.
|
/* This patch adds new clients below the selected client.
|
||||||
* This patch takes precedence over ATTACHBOTTOM_PATCH.
|
* This patch takes precedence over ATTACHBOTTOM_PATCH.
|
||||||
|
@ -477,7 +477,7 @@
|
||||||
/* This patch adds new clients at the bottom of the stack.
|
/* This patch adds new clients at the bottom of the stack.
|
||||||
* https://dwm.suckless.org/patches/attachbottom/
|
* https://dwm.suckless.org/patches/attachbottom/
|
||||||
*/
|
*/
|
||||||
#define ATTACHBOTTOM_PATCH 0
|
#define ATTACHBOTTOM_PATCH 1
|
||||||
|
|
||||||
/* This patch will make dwm run "~/.local/share/dwm/autostart_blocking.sh" and
|
/* This patch will make dwm run "~/.local/share/dwm/autostart_blocking.sh" and
|
||||||
* "~/.local/share/dwm/autostart.sh &" before entering the handler loop. One or
|
* "~/.local/share/dwm/autostart.sh &" before entering the handler loop. One or
|
||||||
|
@ -521,7 +521,7 @@
|
||||||
* adding wintype as a client rule filter, hence this no longer works out of the box. This
|
* adding wintype as a client rule filter, hence this no longer works out of the box. This
|
||||||
* patch restores previous behaviour with the center patch.
|
* patch restores previous behaviour with the center patch.
|
||||||
*/
|
*/
|
||||||
#define CENTER_TRANSIENT_WINDOWS_PATCH 1
|
#define CENTER_TRANSIENT_WINDOWS_PATCH 0
|
||||||
|
|
||||||
/* As above, except that the transient window is centered within the position of the parent
|
/* As above, except that the transient window is centered within the position of the parent
|
||||||
* window, rather than at the center of the screen. This takes precedence over the above patch.
|
* window, rather than at the center of the screen. This takes precedence over the above patch.
|
||||||
|
@ -1304,7 +1304,7 @@
|
||||||
* https://github.com/bakkeby/patches/wiki/togglelayout
|
* https://github.com/bakkeby/patches/wiki/togglelayout
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TOGGLELAYOUT_PATCH 1
|
#define TOGGLELAYOUT_PATCH 0
|
||||||
|
|
||||||
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous tag if the
|
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous tag if the
|
||||||
* designated tag is already active.
|
* designated tag is already active.
|
||||||
|
@ -1317,7 +1317,7 @@
|
||||||
* https://www.reddit.com/r/suckless/comments/ik27vd/key_toggle_between_next_and_previous_tag_dwm/
|
* https://www.reddit.com/r/suckless/comments/ik27vd/key_toggle_between_next_and_previous_tag_dwm/
|
||||||
* https://github.com/bakkeby/patches/wiki/toggletag
|
* https://github.com/bakkeby/patches/wiki/toggletag
|
||||||
*/
|
*/
|
||||||
#define TOGGLETAG_PATCH 1
|
#define TOGGLETAG_PATCH 0
|
||||||
|
|
||||||
/* Lets you transfer the currently focused client between the master and stack area
|
/* Lets you transfer the currently focused client between the master and stack area
|
||||||
* while increasing or decreasing the master area (nmaster) accordingly.
|
* while increasing or decreasing the master area (nmaster) accordingly.
|
||||||
|
|
Loading…
Reference in New Issue