mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
add minsize
This commit is contained in:
parent
3e93c5dde7
commit
825e44a72b
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ Keep in mind you do *not* need to define all of them, but you need to define at
|
|||
| fullscreen | fullscreens a window |
|
||||
| move \[x\] \[y\] | moves 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) |
|
||||
| center | if the window is floating, will center it on the monitor |
|
||||
| pseudo | pseudotiles a window |
|
||||
| monitor \[id\] | sets the monitor on which a window should open |
|
||||
|
|
Loading…
Reference in a new issue