mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: correct message
This commit is contained in:
parent
768bf9ecdd
commit
c6b0e632d4
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ This project's development is based on [dwl](https://codeberg.org/dwl/dwl/).
|
||||||
- Base tags not workspaces (supports separate window layouts for each tag)
|
- Base tags not workspaces (supports separate window layouts for each tag)
|
||||||
- Smooth and customizable complete animations (window open/move/close, tag enter/leave,layer open/close/move)
|
- Smooth and customizable complete animations (window open/move/close, tag enter/leave,layer open/close/move)
|
||||||
- Excellent input method support (text input v2/v3)
|
- Excellent input method support (text input v2/v3)
|
||||||
- Flexible window layouts with easy switching (scroller, master, monocle, spiral, etc.)
|
- Flexible window layouts with easy switching (scroller, master-slave, monocle,center-master, etc.)
|
||||||
- Rich window states (swallow, minimize, maximize, unglobal, global, fakefullscreen, overlay, etc.)
|
- Rich window states (swallow, minimize, maximize, unglobal, global, fakefullscreen, overlay, etc.)
|
||||||
- Simple yet powerful external configuration(support shortcuts hot-reload)
|
- Simple yet powerful external configuration(support shortcuts hot-reload)
|
||||||
- Sway-like scratchpad and named scratchpad
|
- Sway-like scratchpad and named scratchpad
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ edge_scroller_pointer_focus=1
|
||||||
scroller_default_proportion_single=1.0
|
scroller_default_proportion_single=1.0
|
||||||
scroller_proportion_preset=0.5,0.8,1.0
|
scroller_proportion_preset=0.5,0.8,1.0
|
||||||
|
|
||||||
# Master-Stack Layout Setting (tile,spiral,dwindle)
|
# Master-Stack Layout Setting
|
||||||
new_is_master=1
|
new_is_master=1
|
||||||
default_mfact=0.55
|
default_mfact=0.55
|
||||||
default_nmaster=1
|
default_nmaster=1
|
||||||
|
|
@ -224,7 +224,7 @@ bind=ALT+SHIFT,Z,incgaps,-1
|
||||||
bind=ALT+SHIFT,R,togglegaps
|
bind=ALT+SHIFT,R,togglegaps
|
||||||
|
|
||||||
# adjust tile window size
|
# adjust tile window size
|
||||||
# change master fact for tile,spiral,deck,dwindle
|
# change master fact for master-slave layout
|
||||||
bind=ALT+SUPER,h,setmfact,-0.05
|
bind=ALT+SUPER,h,setmfact,-0.05
|
||||||
bind=ALT+SUPER,l,setmfact,+0.05
|
bind=ALT+SUPER,l,setmfact,+0.05
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue