mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-23 21:37:53 -04:00
feat: dont resize client when in overview
This commit is contained in:
parent
9e4fade55e
commit
a6a765caff
9 changed files with 446 additions and 137 deletions
|
|
@ -13,6 +13,7 @@ description: Configure the overview mode for window navigation.
|
|||
| `ov_tab_mode` | integer | `0` | Overview tab mode (0: disable, 1: enable). |
|
||||
| `overviewgappi` | integer | `5` | Inner gap in overview mode. |
|
||||
| `overviewgappo` | integer | `30` | Outer gap in overview mode. |
|
||||
| `ov_no_resize` | integer | `0` | Disable window resizing in overview mode. |
|
||||
|
||||
### Setting Descriptions
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ description: Configure the overview mode for window navigation.
|
|||
- `hotarea_size` — Size of the hot area trigger zone in pixels.
|
||||
- `hotarea_corner` — Corner that triggers the hot area (0: top-left, 1: top-right, 2: bottom-left, 3: bottom-right).
|
||||
- `ov_tab_mode` — Circles focus through windows in overview; releasing the mod key exits overview.
|
||||
- `ov_no_resize` — Disables resizing of windows in overview mode(use snap to display).
|
||||
|
||||
### Mouse Interaction in Overview
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue