Questions tagged [xcursor]
The xcursor tag has no summary.
13 questions
0 votes
0 answers
483 views
How to customize X11 font cursor
According to the documentation of XCreateFontCursor: Applications are encouraged to use this interface for their cursors because the font can be customized for the individual display type. How do I ...
0 votes
1 answer
1k views
What do these Xcursor names mean?
I have a plan to make my own Xcursor theme. I'm looking at existing themes and found some strange names such as 08e8e1c95fe2fc01f976f1e063a24ccd. I found a piece of code that contain this name. https:/...
5 votes
2 answers
3k views
mwm cursor size
I have problems with cursor size on one of my Xorg screens on CentOS 7. I have two screens. One runs xfce4 window manager and desktop, while another runs mwm window manager. This is a custom setup, ...
5 votes
2 answers
5k views
How to get the available X cursor sizes?
Suppose you have several X cursors on your system such as golden-xcursors or silver-xcursors. I already know it's possible to specify which cursor size you prefer by editing ~/.Xresources. For example:...
4 votes
0 answers
1k views
Hide individual pointer cursor (because of flicker) in KDE in dual pointer setup with touchscreen
Under Kubuntu 17.04, I'm trying to obtain a dual pointer setup where one is attached to my mouse as usual and the other is attached to the touchscreen that otherwise works correctly while attached to ...
1 vote
1 answer
172 views
Need to replace one cursor of a set; have already created the PNG for the cursor
I have created a replacement for xterm cursor that will allow me to see the cursor (Windows, incidentally, calls the xterm cursor the "i-beam", which is rather more descriptive) much better. Problem ...
8 votes
1 answer
7k views
How to override custom mouse cursor with Xcursor?
When I use rdesktop to connect to a Microsoft Windows server, the mouse cursor is set to a monochrome version of the Windows true-colour cursor. This ends up being a white arrow with no outline, so it'...