mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
added clarification on enabling no_hardware_cursors (#682)
Since disabling hardware cursors is still an important part of having a good time on Hyprland with NVIDIA hardware, it should be better clarified instead of linking to the Variables page with only a warning about WLR_NO_HARDWARE_CURSORS being depreciated.
This commit is contained in:
parent
d839089b0e
commit
7c1f67f7ed
1 changed files with 5 additions and 1 deletions
|
@ -99,12 +99,16 @@ env = LIBVA_DRIVER_NAME,nvidia
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
env = GBM_BACKEND,nvidia-drm
|
env = GBM_BACKEND,nvidia-drm
|
||||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
no_hardware_cursors = true
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< callout type=warning >}}
|
{{< callout type=warning >}}
|
||||||
|
|
||||||
Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated.
|
Previously used `WLR_NO_HARDWARE_CURSORS` environment variable has been deprecated.
|
||||||
Do not set it in your configs. See: [cursor](../Configuring/Variables/#cursor)
|
Do not set it in your configs. Use `cursor:no_hardware_cursors` instead.
|
||||||
|
|
||||||
{{< /callout >}}
|
{{< /callout >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue