Skip to content

Commit

Permalink
resizeparams for hyprwm/Hyprland#3246 (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Leeman <lstrout@enlj.com>
  • Loading branch information
2 people authored and fufexan committed Dec 12, 2023
1 parent 537819f commit 8a02013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down

0 comments on commit 8a02013

Please sign in to comment.