mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
Info callout on WLR_NO_HARDWARE_CURSORS env var for Nvidia since patch (#611)
modified: pages/Nvidia/_index.md Co-authored-by: Agent_00Ming <agent00ming9366@gmail.com>
This commit is contained in:
parent
491ee14528
commit
cb4d727dc0
1 changed files with 8 additions and 0 deletions
|
@ -97,6 +97,14 @@ env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
|||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
```
|
||||
|
||||
{{< callout type=info >}}
|
||||
|
||||
The `WLR_NO_HARDWARE_CURSORS` environment variable no longer a hard requirement
|
||||
for a visible cursor since the adoption of [this](https://github.com/hyprwm/wlroots-hyprland/pull/5)
|
||||
patch in wlroots-hyprland. Feel free to try out hardware cursors for a spin.
|
||||
|
||||
{{< /callout >}}
|
||||
|
||||
Lastly, you also need to install a few packages to get some apps
|
||||
to function natively with Wayland. Have a look at [the Master Tutorial](https://wiki.hyprland.org/Getting-Started/Master-Tutorial/#force-apps-to-use-wayland).
|
||||
|
||||
|
|
Loading…
Reference in a new issue