mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
resizeparams for hyprwm/Hyprland#3246 (#336)
Co-authored-by: Leeman <lstrout@enlj.com>
This commit is contained in:
parent
b13b61230e
commit
5ef73ce15b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ layout pages (See the sidebar).
|
|||
| workspace | see below. |
|
||||
| direction | `l` `r` `u` `d` left right up down |
|
||||
| monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) |
|
||||
| resizeparams | Pixel delta vec2 (e.g. `10 -10`) or `exact` followed by exact vec2 (e.g. `exact 1280 720`) |
|
||||
| resizeparams | relative pixel delta vec2 (e.g. `10 -10`), optionally a percentage of the window size (e.g. `20 25%`) or `exact` followed by an exact vec2 (e.g. `exact 1280 720`), optionally a percentage of the screen size (e.g. `exact 50% 50%`) |
|
||||
| floatvalue | a relative float delta (e.g `-0.2` or `+0.2`) or `exact` followed by a the exact float value (e.g. `exact 0.5`) |
|
||||
| workspaceopt | see below. |
|
||||
|
||||
|
|
Loading…
Reference in a new issue