mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
Configuring: fix links (#711)
This commit is contained in:
parent
d55e2358fc
commit
32c0bf322a
2 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ Prop List:
|
||||||
| maxsize | vec2 (`x y`) |
|
| maxsize | vec2 (`x y`) |
|
||||||
| minsize | vec2 (`x y`) |
|
| minsize | vec2 (`x y`) |
|
||||||
|
|
||||||
Additional properties can be found in the [Window Rules](../Window-Rules.md#Dynamic-Rules) section.
|
Additional properties can be found in the [Window Rules](../Window-Rules#dynamic-rules) section.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -139,7 +139,7 @@ Dynamic rules are re-evaluated every time a property changes.
|
||||||
| maxsize \[x\] \[y\] | sets the maximum size (x,y -> int) |
|
| maxsize \[x\] \[y\] | sets the maximum size (x,y -> int) |
|
||||||
| minsize \[x\] \[y\] | sets the minimum size (x,y -> int) |
|
| minsize \[x\] \[y\] | sets the minimum size (x,y -> int) |
|
||||||
|
|
||||||
The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl.md#set-prop):
|
The following rules can also be set with [`hyprctl setprop`](../Using-hyprctl#setprop):
|
||||||
|
|
||||||
| Rule | Description |
|
| Rule | Description |
|
||||||
| ---- | ----------- |
|
| ---- | ----------- |
|
||||||
|
|
Loading…
Reference in a new issue