mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-07 19:54:50 +00:00
Description
Stacker is a patch that allows moving around the stack more freely. With only one keybinding, quickly move, swap and jump around the window stack.
- Focus any window of the stack with a single key binding.
- Swap the currently focused windows with any other window in the stack.
- Move the selected window in the stack with
relativeswap
.
This patch is heavily inspired by the original stacker dwm patch.
Keybinding
MODKEY
+ {q
,w
,e
,r
}: jump to the first, second, third and last window of the stackMODKEY
+SHIFT
+ {Q
,W
,E
,R
}: swap the selected with the first, second, third and last window of the stackMODKEY
+SHIFT
+ {J
,K
}: move the selected window up & down the stack
Missing feature
Jumping to the last selected window is not yet implemented.