wf-install
wf-install copied to clipboard
Enhancement: disable hw cursors in startwayfire if running nouveau
Until such time as the hardware cursors work, disable them in startwayfire script.
This to avoid issues being opened for missing cursor.
To check for nouveau, test if /sys/module/nouveau exists. Do not lsmod | grep nouveau because some systems, like mine will have nouveau built-in to the kernel, not as a module.