From 111e647c24448fd9d43aa8f95d673bf896f4e5cf Mon Sep 17 00:00:00 2001 From: xtheeq Date: Thu, 7 May 2026 13:01:37 +0530 Subject: [PATCH] docs: add scroller consume & expel --- docs/bindings/keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/bindings/keys.md b/docs/bindings/keys.md index b3a4ab64..8551c167 100644 --- a/docs/bindings/keys.md +++ b/docs/bindings/keys.md @@ -145,6 +145,8 @@ bindr=Super,Super_L,spawn,rofi -show run | `set_proportion` | `float` | Set scroller window proportion (0.0–1.0). | | `switch_proportion_preset` | - | Cycle proportion presets of scroller window. | | `scroller_stack` | `left/right/up/down` | Move window inside/outside scroller stack by direction. | +| `scroller_stack` | `consume` | Add the adjacent neighbor into the current stack. | +| `scroller_stack` | `expel` | Remove the last window from the current stack. | | `incgaps` | `+/-value` | Adjust gap size. | | `togglegaps` | - | Toggle gaps. |