diff options
| author | bakkeby <[email protected]> | 2021-04-06 12:47:38 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-04-06 12:47:38 +0200 |
| commit | 0c88a49e27fd0888c81aea5dd3eef1c537164a6a (patch) | |
| tree | b2066d2097de4b64a6d5845f35b9cd86a60f9b9a /patches.def.h | |
| parent | 905dc4d7afda05ca5dcc7c2f6dc9f0b25c7f8cda (diff) | |
| download | dwm-flexipatch-0c88a49e27fd0888c81aea5dd3eef1c537164a6a.tar.gz dwm-flexipatch-0c88a49e27fd0888c81aea5dd3eef1c537164a6a.zip | |
Adding distributetags patch
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index 16fb791..472d535 100644 --- a/patches.def.h +++ b/patches.def.h @@ -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. */ |
