Adding reorganizetags patch
This commit is contained in:
@ -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/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user