mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-27 06:59:58 -05:00
feat: support resize tile window
This commit is contained in:
parent
731bd9c0df
commit
3086130a2c
13 changed files with 1060 additions and 678 deletions
15
README.md
15
README.md
|
|
@ -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)
|
||||
- Smooth and customizable complete animations (window open/move/close, tag enter/leave,layer open/close/move)
|
||||
- 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-stack, monocle,center-master, etc.)
|
||||
- Rich window states (swallow, minimize, maximize, unglobal, global, fakefullscreen, overlay, etc.)
|
||||
- Simple yet powerful external configuration(support shortcuts hot-reload)
|
||||
- Sway-like scratchpad and named scratchpad
|
||||
|
|
@ -24,10 +24,6 @@ This project's development is based on [dwl](https://codeberg.org/dwl/dwl/).
|
|||
- Hycov-like overview
|
||||
- Window effects from scenefx (blur, shadow, corner radius, opacity)
|
||||
|
||||
3. **Some disadvantages**
|
||||
- Since it uses the fully automatic layout like dwm style, it does not allow you to manually adjust the window size when the window is in tiled state. It only allows you to use dispatch like `setmfact` or `increase_proportion` bind to adjust the tiled window ratio.
|
||||
|
||||
|
||||
Master-Stack Layout
|
||||
|
||||
https://github.com/user-attachments/assets/a9d4776e-b50b-48fb-94ce-651d8a749b8a
|
||||
|
|
@ -38,23 +34,14 @@ https://github.com/user-attachments/assets/c9bf9415-fad1-4400-bcdc-3ad2d76de85a
|
|||
|
||||
# Supported layouts
|
||||
|
||||
## Horizontal Layouts
|
||||
- tile
|
||||
- scroller
|
||||
- monocle
|
||||
- grid
|
||||
- dwindle
|
||||
- spiral
|
||||
- deck
|
||||
- center_tile
|
||||
|
||||
## Vertical Layouts
|
||||
- vertical_tile
|
||||
- vertical_scroller
|
||||
- vertical_monocle
|
||||
- vertical_grid
|
||||
- vertical_dwindle
|
||||
- vertical_spiral
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue