Solved mouse pointer size and colors

Hello, fernandel

the cursor size can be changed with x11/xrdb.

You create an $HOME/.Xresources and write the size that you want in it.

Example:
Code:
Xcursor.size: 16

then run xrdb $HOME/.Xresources.

Some window managers dont do this automatically at start and then it have to be written to $HOME/.config/openbox/autostart or similar.

To change the cursor theme you have to create an $HOME/.icons/default/index.theme or /usr/local/share/icons/default/index.theme (to set it system wide) and write the cursor theme that you want in it. You have to use the folder names of the cursor theme that you want to specify.

Example:
Code:
[icon theme]
Inherits=Adwaita
 
Back
Top