From cb4d727dc07bb14cf0fe3dee288d940a584d0056 Mon Sep 17 00:00:00 2001 From: Agent00Ming <107314235+Agent00Ming@users.noreply.github.com> Date: Tue, 23 Apr 2024 06:42:45 -0400 Subject: [PATCH] Info callout on WLR_NO_HARDWARE_CURSORS env var for Nvidia since patch (#611) modified: pages/Nvidia/_index.md Co-authored-by: Agent_00Ming --- pages/Nvidia/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Nvidia/_index.md b/pages/Nvidia/_index.md index 1532cf8..eaa7e97 100644 --- a/pages/Nvidia/_index.md +++ b/pages/Nvidia/_index.md @@ -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).