Adding shiftboth patch ref. #270

This commit is contained in:
bakkeby
2022-07-04 13:34:41 +02:00
parent 279c571986
commit d3ab291944
6 changed files with 41 additions and 3 deletions

View File

@@ -968,6 +968,12 @@
*/
#define SETBORDERPX_PATCH 0
/* Combines shifttag and shiftview. Basically moves the window to the next/prev tag and follows it.
* Also see the focusadjacenttag patch.
* https://dwm.suckless.org/patches/shift-tools/
*/
#define SHIFTBOTH_PATCH 0
/* Moves the current selected client to the adjacent tag.
* Also see the focusadjacenttag patch.
* https://dwm.suckless.org/patches/shift-tools/