CachyOS / cachyos-hyprland-settings

Settings and dotfiles for CachyOS hyprland
23 stars 9 forks source link

WLR_NO_HARDWARE_CURSORS is deprecated #11

Closed totallypredictable closed 1 month ago

totallypredictable commented 1 month ago

As per the issue https://github.com/hyprwm/Hyprland/issues/8036 and this document, forcing software cursors using the WLR_NO_HARDWARE_CURSORS environment variable is deprecated. With the latest version of cachyos-hyprland, there's an extreme framerate drop as a result of this env no longer being recognized by hyprland.

Instead, the recommendation is to use cursor { no_hardware_cursors = true } config option in hyprland.conf.

The WLR_NO_HARDWARE_CURSORS env variable is being set by the Hyprland.sh script, but since it's no longer managed by an env variable and rather by a config option, I don't know how to fix the issue myself in this repo. I can only think of setting the config option explicitly/manually in my local config file.

Shendisx commented 1 month ago

Fixed in 476d1a64f65317b71334bc781e29e1e441c34fb0. Thanks for pointing it out