add maxsize

This commit is contained in:
K1llf0rce 2022-10-15 20:41:37 +02:00
parent e8d1489837
commit 48e1c5e746
No known key found for this signature in database
GPG Key ID: 7896A3FD8A0A4951
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ Keep in mind you do *not* need to define all of them, but you need to define at
| 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) |
| 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) |
| center | if the window is floating, will center it on the monitor | | center | if the window is floating, will center it on the monitor |
| pseudo | pseudotiles a window | | pseudo | pseudotiles a window |
| monitor \[id\] | sets the monitor on which a window should open | | monitor \[id\] | sets the monitor on which a window should open |