diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 6695533..56c787c 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -175,10 +175,10 @@ with your mouse. _Available mouse binds_: -| Name | Description | -| -----|------------ | -| movewindow | moves the active window | -| resizewindow | resizes the active window | +| Name | Description | Params | +| -----|------------ |--------| +| movewindow | moves the active window | none | +| resizewindow | resizes the active window | 1 - resize and keep window aspect ratio, 2 - resize and ignore `keepaspectratio` window rule/prop, none or anything else for normal resize | _Common mouse buttons' codes:_ diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index b89bfa2..d4fcd7d 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -187,6 +187,7 @@ Prop List: | windowdancecompat | 0/1 | | nomaxsize | 0/1 | | dimaround | 0/1 | +| keepaspectratio | 0/1 | | alphaoverride | 0/1, makes the next setting be override instead of multiply | | alpha | float 0.0 - 1.0 | | alphainactiveoverride | 0/1, makes the next setting be override instead of multiply | diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index aec9096..b8fa6eb 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -106,6 +106,7 @@ you can use `hyprctl clients`. | windowdance | forces an XWayland window to never refocus, used for games/applications like Rhythm Doctor | | | pin | pins the window *note: floating only* | | | noanim | disables the animations for the window |✓| +| keepaspectratio | forces aspect ratio when resizing window with the mouse |✓| | bordercolor \[c\] | force the bordercolor of the window. Options for c: `color` -> sets the active border color OR `color color` -> sets the active and inactive border color of the window. See [variables->colors](../Variables#variable_types) for color definition. |✓| | idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `swayidle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` | | | unset | removes all previously set rules for the given parameters. Please note it has to match EXACTLY. | |