diff options
| author | bakkeby <[email protected]> | 2022-07-04 13:34:41 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-04 13:45:06 +0200 |
| commit | d3ab291944016be14002875ef8f4a318bd672c50 (patch) | |
| tree | ba7b2c45670638885bee95a594e66ddbf1e45660 /patches.def.h | |
| parent | 279c571986a8c9b22acf4fe462e3d1470bf2925e (diff) | |
| download | dwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.tar.gz dwm-flexipatch-d3ab291944016be14002875ef8f4a318bd672c50.zip | |
Adding shiftboth 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 83ae574..4b6719e 100644 --- a/patches.def.h +++ b/patches.def.h @@ -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/ |
