mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Merge pull request #4 from squassina/copilot/review-agent-responses
Fix documentation inconsistencies in keybindings and configuration
This commit is contained in:
commit
3ae1c3b4e1
3 changed files with 12 additions and 12 deletions
|
|
@ -395,8 +395,8 @@ Change number of windows in master area.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
```conf
|
```conf
|
||||||
bind=Super,i,incnmaster,+1
|
bind=Super,equal,incnmaster,+1
|
||||||
bind=Super,d,incnmaster,-1
|
bind=Super,minus,incnmaster,-1
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
14
USAGE.md
14
USAGE.md
|
|
@ -126,7 +126,7 @@ MangoWC includes 9 built-in layouts:
|
||||||
└────────┴────┘
|
└────────┴────┘
|
||||||
```
|
```
|
||||||
**Best for:** General multitasking, coding with docs
|
**Best for:** General multitasking, coding with docs
|
||||||
**Switch to:** `Super + T` or cycle with `Super + N`
|
**Switch to:** Cycle with `Super + N` (or add `bind=Super,t,setlayout,tile` to config)
|
||||||
|
|
||||||
#### 2. Scroller (Horizontal)
|
#### 2. Scroller (Horizontal)
|
||||||
```
|
```
|
||||||
|
|
@ -135,7 +135,7 @@ MangoWC includes 9 built-in layouts:
|
||||||
└───┴────┴───┴───┘
|
└───┴────┴───┴───┘
|
||||||
```
|
```
|
||||||
**Best for:** Terminals, wide content, many windows
|
**Best for:** Terminals, wide content, many windows
|
||||||
**Switch to:** `Super + S` or cycle with `Super + N`
|
**Switch to:** Cycle with `Super + N` (or add `bind=Super,s,setlayout,scroller` to config)
|
||||||
|
|
||||||
**Scroller-specific controls:**
|
**Scroller-specific controls:**
|
||||||
- `Alt + E` - Set current window to full width
|
- `Alt + E` - Set current window to full width
|
||||||
|
|
@ -150,7 +150,7 @@ MangoWC includes 9 built-in layouts:
|
||||||
└──────────────┘
|
└──────────────┘
|
||||||
```
|
```
|
||||||
**Best for:** Focus work, browsing, media
|
**Best for:** Focus work, browsing, media
|
||||||
**Switch to:** `Super + M` or cycle with `Super + N`
|
**Switch to:** Cycle with `Super + N`
|
||||||
**Navigate:** Use `Super + Tab` to cycle through windows
|
**Navigate:** Use `Super + Tab` to cycle through windows
|
||||||
|
|
||||||
#### 4. Grid
|
#### 4. Grid
|
||||||
|
|
@ -209,16 +209,16 @@ For **tile/center_tile** layouts:
|
||||||
```
|
```
|
||||||
Super + H → Decrease master size (add to config)
|
Super + H → Decrease master size (add to config)
|
||||||
Super + L → Increase master size (add to config)
|
Super + L → Increase master size (add to config)
|
||||||
Super + I → More windows in master (add to config)
|
Super + Equal → More windows in master (add to config)
|
||||||
Super + D → Fewer windows in master (add to config)
|
Super + Minus → Fewer windows in master (add to config)
|
||||||
```
|
```
|
||||||
|
|
||||||
Add to config.conf:
|
Add to config.conf:
|
||||||
```conf
|
```conf
|
||||||
bind=Super,h,setmfact,-0.05
|
bind=Super,h,setmfact,-0.05
|
||||||
bind=Super,l,setmfact,+0.05
|
bind=Super,l,setmfact,+0.05
|
||||||
bind=Super,i,incnmaster,+1
|
bind=Super,equal,incnmaster,+1
|
||||||
bind=Super,d,incnmaster,-1
|
bind=Super,minus,incnmaster,-1
|
||||||
```
|
```
|
||||||
|
|
||||||
For **scroller** layout:
|
For **scroller** layout:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue