mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-11 23:51:30 -04:00
update docs
This commit is contained in:
parent
a688ee18ff
commit
ba4273ca25
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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