mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention right/bottom anchor
This commit is contained in:
parent
394f38b802
commit
b35141b26f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ you can use `hyprctl clients`.
|
||||||
| float | floats a window |
|
| float | floats a window |
|
||||||
| tile | tiles a window |
|
| tile | tiles a window |
|
||||||
| fullscreen | fullscreens a window |
|
| fullscreen | fullscreens a window |
|
||||||
| move \[x\] \[y\] | moves a floating window (x,y -> int or %, e.g. 20% or 100) |
|
| move \[x\] \[y\] | moves a floating window (x,y -> int or %, e.g. 20% or 100. You are also allowed to do `100%-` for the right/bottom anchor, e.g. `100%-20`) |
|
||||||
| size \[x\] \[y\] | resizes a floating window (x,y -> int or %, e.g. 20% or 100) |
|
| size \[x\] \[y\] | resizes a floating window (x,y -> int or %, e.g. 20% or 100) |
|
||||||
| minsize \[x\] \[y\] | sets the minimum size on creation (x,y -> int) |
|
| minsize \[x\] \[y\] | sets the minimum size on creation (x,y -> int) |
|
||||||
| maxsize \[x\] \[y\] | sets the maximum size on creation (x,y -> int) |
|
| maxsize \[x\] \[y\] | sets the maximum size on creation (x,y -> int) |
|
||||||
|
|
Loading…
Reference in a new issue