update docs

This commit is contained in:
DreamMaoMao 2026-05-11 17:45:07 +08:00
parent a688ee18ff
commit ba4273ca25
2 changed files with 4 additions and 1 deletions

View file

@ -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. | | `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. | | `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. | | `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 ## Window Behavior

View file

@ -113,6 +113,9 @@ dwindle_drop_simple_split=1
--- ---
## Switching Layouts ## 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). 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 ```ini
# Cycle through layouts # Cycle through layouts
circle_layout=grid,scroller,tile
bind=SUPER,n,switch_layout bind=SUPER,n,switch_layout
# Set specific layout # Set specific layout