diff --git a/docs/configuration/miscellaneous.md b/docs/configuration/miscellaneous.md index de95f358..e1be2907 100644 --- a/docs/configuration/miscellaneous.md +++ b/docs/configuration/miscellaneous.md @@ -37,7 +37,6 @@ description: Advanced settings for XWayland, focus behavior, and system integrat | `view_current_to_back` | `0` | Toggling the current tag switches back to the previously viewed tag. | | `scratchpad_cross_monitor` | `0` | Share the scratchpad pool across all monitors. | | `single_scratchpad` | `1` | Only allow one scratchpad (named or standard) to be visible at a time. | -| `circle_layout` | - | A comma-separated list of layouts `switch_layout` cycles through,the value sample:`tile,scroller`. | ## Window Behavior diff --git a/docs/window-management/layouts.md b/docs/window-management/layouts.md index 9b0b8537..b5f14a4d 100644 --- a/docs/window-management/layouts.md +++ b/docs/window-management/layouts.md @@ -113,6 +113,9 @@ dwindle_drop_simple_split=1 --- ## Switching Layouts +| Setting | Default | Description | +| :--- | :--- | :--- | +| `circle_layout` | - | A comma-separated list of layouts `switch_layout` cycles through,the value sample:`tile,scroller`. | You can switch layouts dynamically or set a default for specific tags using [Tag Rules](/docs/window-management/rules#tag-rules). @@ -120,6 +123,7 @@ You can switch layouts dynamically or set a default for specific tags using [Tag ```ini # Cycle through layouts +circle_layout=grid,scroller,tile bind=SUPER,n,switch_layout # Set specific layout