From ba4273ca25241433f8da32e2ed5b96d786445688 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Mon, 11 May 2026 17:45:07 +0800 Subject: [PATCH] update docs --- docs/configuration/miscellaneous.md | 1 - docs/window-management/layouts.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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