mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 05:55:59 +01:00
Configuring/Performance: correct shadow variable (#848)
This commit is contained in:
parent
4f415c11fa
commit
62ac4956e4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ case, remove it completely.
|
|||
|
||||
**_Useful Optimizations_**:
|
||||
|
||||
- `decoration:blur:enabled = false` and `decoration:drop_shadow = false` to disable
|
||||
- `decoration:blur:enabled = false` and `decoration:shadow:enabled = false` to disable
|
||||
fancy but battery hungry effects.
|
||||
|
||||
- `misc:vfr = true`, since it'll lower the amount of sent frames when nothing is
|
||||
|
|
Loading…
Reference in a new issue