mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-12 16:35:58 +01:00
added nomaxsize
This commit is contained in:
parent
63ea8e793d
commit
50096bd1cd
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ you can use `hyprctl clients`.
|
|||
| 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. | |
|
||||
| nomaxsize | removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg) | |
|
||||
|
||||
### Example Rules
|
||||
|
||||
|
|
Loading…
Reference in a new issue