diff options
| author | bakkeby <[email protected]> | 2022-07-04 13:56:39 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-04 13:56:39 +0200 |
| commit | 197c218304eb31ec7ebaebedc485351f92587bfa (patch) | |
| tree | ba4ac9052f65d8af241df2f2bf37c6605fe915f4 /patches.def.h | |
| parent | d3ab291944016be14002875ef8f4a318bd672c50 (diff) | |
| download | dwm-flexipatch-197c218304eb31ec7ebaebedc485351f92587bfa.tar.gz dwm-flexipatch-197c218304eb31ec7ebaebedc485351f92587bfa.zip | |
Adding shiftswaptags patch ref. #270
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 4b6719e..3f5a27f 100644 --- a/patches.def.h +++ b/patches.def.h @@ -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/ |
