comfilepi:hide_the_mouse_cursor:index
Hide the Mouse Cursor in X Windows
NOTE: This method will not work in Wayland.
X Windows has an argument, -nocursor, that can be used to hide the mouse cursor. See https://www.x.org/wiki/AdvancedTopicsFAQ/ for more information.
On the ComfilePi, you can add this argument to the /etc/lightdm/lightdm.conf file to hide the mouse cursor. Open the file in a text editor and edit the xserver-command line to include the -nocursor argument.
For example, if the xserver-command line is xserver-command=X -s 0 dpms, edit it to be xserver-command=X -nocursor -s 0 dpms
To see the changes take effect without rebooting, run the command sudo systemctl restart display-manager.
comfilepi/hide_the_mouse_cursor/index.txt · Last modified: by 127.0.0.1
