Adding shiftswaptags patch ref. #270

This commit is contained in:
bakkeby
2022-07-04 13:56:39 +02:00
parent d3ab291944
commit 197c218304
7 changed files with 50 additions and 2 deletions

View File

@@ -974,6 +974,12 @@
*/
#define SHIFTBOTH_PATCH 0
/* Swaps all the clients on the current tag with all the client on the next/prev tag.
* Depends on the swaptags patch.
* https://dwm.suckless.org/patches/shift-tools/
*/
#define SHIFTSWAPTAGS_PATCH 0
/* Moves the current selected client to the adjacent tag.
* Also see the focusadjacenttag patch.
* https://dwm.suckless.org/patches/shift-tools/