mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-19 21:38:07 -04:00
update docs and config
This commit is contained in:
parent
142cbb5e06
commit
42a46259fb
3 changed files with 17 additions and 0 deletions
|
|
@ -66,6 +66,14 @@ default_mfact=0.55
|
|||
default_nmaster=1
|
||||
smartgaps=0
|
||||
|
||||
# Dwindle Layout Setting
|
||||
dwindle_smart_split=0
|
||||
dwindle_drop_simple_split=1
|
||||
dwindle_manual_split=0
|
||||
dwindle_hsplit=1
|
||||
dwindle_vsplit=1
|
||||
dwindle_preserve_split=0
|
||||
|
||||
# Overview Setting
|
||||
hotarea_size=10
|
||||
enable_hotarea=1
|
||||
|
|
@ -184,6 +192,13 @@ bind=ALT,z,toggle_scratchpad
|
|||
# scroller layout
|
||||
bind=ALT,e,set_proportion,1.0
|
||||
bind=ALT,x,switch_proportion_preset,
|
||||
bind=alt+super+ctrl,Left,scroller_stack,left
|
||||
bind=alt+super+ctrl,Right,scroller_stack,right
|
||||
bind=alt+super+ctrl,Up,scroller_stack,up
|
||||
bind=alt+super+ctrl,Down,scroller_stack,down
|
||||
|
||||
#dwindle layout(manual split mode)
|
||||
bind=alt+shift,Return,dwindle_toggle_split_direction
|
||||
|
||||
# switch layout
|
||||
bind=SUPER,n,switch_layout
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ bindr=Super,Super_L,spawn,rofi -show run
|
|||
| `scroller_stack` | `left/right/up/down` | Move window inside/outside scroller stack by direction. |
|
||||
| `incgaps` | `+/-value` | Adjust gap size. |
|
||||
| `togglegaps` | - | Toggle gaps. |
|
||||
| `dwindle_toggle_split_direction` | - | Toggle split direction in dwindle layout. |
|
||||
|
||||
### System
|
||||
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ The Dwindle layout arranges windows as a binary tree of recursive splits. Each n
|
|||
| `dwindle_preserve_split` | `0` | Keep the sibling's split orientation when a window is closed. |
|
||||
| `dwindle_smart_resize` | `0` | When dragging to resize, move the split toward the cursor regardless of which side was grabbed. |
|
||||
| `dwindle_drop_simple_split` | `1` | Drag-to-tile drop preview. `1` = 2-zone preview matching `dwindle_split_ratio`, `0` = 4-quadrant preview. |
|
||||
| `dwindle_manual_split` | `0` | Manually split windows mode. |
|
||||
|
||||
```ini
|
||||
# Example dwindle configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue