diff --git a/content/Configuring/Layouts/Scrolling-Layout.md b/content/Configuring/Layouts/Scrolling-Layout.md index 4441d53c..a2e746b7 100644 --- a/content/Configuring/Layouts/Scrolling-Layout.md +++ b/content/Configuring/Layouts/Scrolling-Layout.md @@ -53,6 +53,7 @@ Dispatcher `hl.dsp.layout(msg)` params: | focus | moves the focus and centers the layout, while also wrapping instead of moving to neighbring monitors. | direction | | promote | moves a window to its own new column | none | | swapcol | Swaps the current column with its neighbor to the left (`l`) or right (`r`). The swap wraps around (e.g., swapping the first column left moves it to the end). | `l` or `r` | +| inhibit_scroll | Prevents the scrolling view from moving for the currently active workspace. The switch is independent for each workspace | left empty for toggle, or `bool` for explicitly enabling/disabling Example key bindings for your Hyprland config: