I use Lubuntu 19.04 with LXQT on a notebook with a 15-inch display and a Full HD (1920x1080 px) resolution. I set the scaling of the display to 120
by .Xresources
file in the Home directory. The cursor is not terribly small, but it's size is still annoyingly smaller than what I use in Windows.
Under the LXDE desktop environment I had a way to manage the size of the mouse cursor, but now - not. I have tried my old methods plus a couple of others already with no success yet.
So I just would like to know if there exists any way to manage it's size. I think it is logical such a way to exist, since we can see that the cursor appears in a certain size anyway - this should mean that there is a setting for that somewhere.
Not from the desktop as themes do not support multiple sizes yet. There is a workaround it seems:
From the comment by sroracle to the bug report:
Through the usual GUI, then no—probably not yet because the LXQT team has not added this feature. There is already someone reported this issue on their GitHub page https://github.com/lxqt/lxqt/issues/953.
For the meantime you can either download large mouse cursor to substitute it, or do it yourself—here is an example of someone who trying to accomplish same thing as you → https://forum.artixlinux.org/index.php/topic,847.0.html.
As mentioned by others, the current way to do with on LXQT is with
XCURSOR_SIZE
. It's kinda documented here: https://manual.lubuntu.me/3/3.2/3.2.13/session_settings.htmlUse your browser search for "XCURSOR_SIZE"
Open the following file with a text editor (gedit).
home/username/.config/lxqt/session.conf
Add Cursor_size=(size of cursor)-eg. 38 in the Mouse section as shown on line 6.
SAVE
run the following in terminal
REBOOT
The cursor size will change to your specs. once lubuntu 20.04 has opened up to the home/Desktop screen
..../session.conf
1 [General]
2 userfile__=true
3 4 [Mouse]
5 cursor_theme=Breeze_Snow
6 cursor_size=38