Adding distributetags patch

This commit is contained in:
bakkeby
2021-04-06 12:47:38 +02:00
parent 905dc4d7af
commit 0c88a49e27
7 changed files with 37 additions and 0 deletions

View File

@ -445,6 +445,12 @@
*/
#define DECORATION_HINTS_PATCH 0
/* This feature distributes all clients on the current monitor evenly across all tags.
* It is a variant of the reorganizetags patch.
* https://dwm.suckless.org/patches/reorganizetags/
*/
#define DISTRIBUTETAGS_PATCH 0
/* Similarly to the dragmfact patch this allows you to click and drag clients to change the
* cfact to adjust the client's size in the stack. This patch depends on the cfacts patch.
*/