mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
add nvidia_anti_flicker
This commit is contained in:
parent
8467a9cd18
commit
250a0e2f8f
1 changed files with 6 additions and 0 deletions
|
@ -360,6 +360,12 @@ _Subcategory `group:groupbar:`_
|
|||
| use_nearest_neighbor | uses the nearest neigbor filtering for xwayland apps, making them pixelated rather than blurry | bool | true |
|
||||
| force_zero_scaling | forces a scale of 1 on xwayland windows on scaled displays. | bool | false |
|
||||
|
||||
## OpenGL
|
||||
|
||||
| name | description | type | default |
|
||||
|---|---|---|---|
|
||||
| nvidia_anti_flicker | reduces flickering on nvidia at the cost of possible frame drops on lower-end GPUs. On non-nvidia, this is ignored. | bool | true |
|
||||
|
||||
## Debug
|
||||
|
||||
{{< hint type=warning >}}
|
||||
|
|
Loading…
Reference in a new issue