mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Update to include warning about using borderangle style loop (#809)
* Update to include warning about using borderangle style loop * Added type=warning to borderangle callout
This commit is contained in:
parent
068c358a27
commit
b10514f121
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ global
|
||||||
↳ specialWorkspaceOut - styles: same as workspaces
|
↳ specialWorkspaceOut - styles: same as workspaces
|
||||||
```
|
```
|
||||||
|
|
||||||
|
{{< callout type=warning >}}
|
||||||
|
|
||||||
|
Using borderangle style: loop requires Hyprland to constantly push out new frames at [your monitor's hz] times a second which might put stress on your CPU/GPU and affect battery life. This will be applied even if animation are disabled or borders are not visible.
|
||||||
|
|
||||||
|
{{</ callout >}}
|
||||||
|
|
||||||
## Curves
|
## Curves
|
||||||
|
|
||||||
Defining your own Bezier curve can be done with the `bezier` keyword:
|
Defining your own Bezier curve can be done with the `bezier` keyword:
|
||||||
|
|
Loading…
Reference in a new issue