mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-12 23:51:28 -04:00
update docs
This commit is contained in:
parent
a688ee18ff
commit
ba4273ca25
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue