Adding reorganizetags patch

This commit is contained in:
bakkeby
2020-08-02 15:18:18 +02:00
parent f067db87aa
commit ed7a43edf1
7 changed files with 55 additions and 0 deletions

View File

@ -572,6 +572,18 @@
*/
#define PUSH_NO_MASTER_PATCH 0
/* Shifts all clients per tag to leftmost unoccupied tags.
*
* For example, if clients A, B, C are tagged on tags 1, 5, 9 respectively, when
* this function is called, they will now be on 1, 2, and 3. The focused client
* will also remain focused.
*
* Clients on multiple tags will be treated as if they only were only on their
* leftmost tag, and will be reduced to one tag after the operation is complete.
* https://dwm.suckless.org/patches/reorganizetags/
*/
#define REORGANIZETAGS_PATCH 0
/* Resets the layout and mfact if there is only one visible client.
* https://dwm.suckless.org/patches/resetlayout/
*/