mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-03 09:01:47 -05:00
opt: update layout message
This commit is contained in:
parent
df551be8a2
commit
6927d1f6c2
2 changed files with 22 additions and 11 deletions
24
README.md
24
README.md
|
|
@ -38,13 +38,23 @@ https://github.com/user-attachments/assets/c9bf9415-fad1-4400-bcdc-3ad2d76de85a
|
||||||
|
|
||||||
# Supported layouts
|
# Supported layouts
|
||||||
|
|
||||||
- Tile
|
## Horizontal Layouts
|
||||||
- Scroller
|
- tile
|
||||||
- Monocle
|
- scroller
|
||||||
- Grid
|
- monocle
|
||||||
- Dwindle
|
- grid
|
||||||
- Spiral
|
- dwindle
|
||||||
- Deck
|
- spiral
|
||||||
|
- deck
|
||||||
|
|
||||||
|
## Vertical Layouts
|
||||||
|
- vertical_tile
|
||||||
|
- vertical_scroller
|
||||||
|
- vertical_monocle
|
||||||
|
- vertical_grid
|
||||||
|
- vertical_dwindle
|
||||||
|
- vertical_spiral
|
||||||
|
- vertical_deck
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,9 @@ scratchpadcolor=0x516c93ff
|
||||||
globalcolor=0xb153a7ff
|
globalcolor=0xb153a7ff
|
||||||
overlaycolor=0x14a57cff
|
overlaycolor=0x14a57cff
|
||||||
|
|
||||||
# layout support: tile,scroller,grid,monocle,spiral,dwindle
|
# layout support:
|
||||||
|
# horizontal:tile,scroller,grid,monocle,spiral,dwindle
|
||||||
|
# vertical:vertical_tile,vertical_scroller,vertical_grid,vertical_monocle,vertical_spiral,vertical_dwindle
|
||||||
tagrule=id:1,layout_name:tile
|
tagrule=id:1,layout_name:tile
|
||||||
tagrule=id:2,layout_name:tile
|
tagrule=id:2,layout_name:tile
|
||||||
tagrule=id:3,layout_name:tile
|
tagrule=id:3,layout_name:tile
|
||||||
|
|
@ -223,4 +225,3 @@ mousebind=NONE,btn_right,killclient,0
|
||||||
# Axis Bindings
|
# Axis Bindings
|
||||||
axisbind=SUPER,UP,viewtoleft_have_client
|
axisbind=SUPER,UP,viewtoleft_have_client
|
||||||
axisbind=SUPER,DOWN,viewtoright_have_client
|
axisbind=SUPER,DOWN,viewtoright_have_client
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue