You are not logged in.
Pages: 1
Cursor size is typically set to 24 (too small for me).
To increase the size in Q4OS Trinity (X11), open Terminal and type:
echo "Xcursor.size: 48" >> ~/.Xresources
Log out and log back in to see the change and adjust number accordingly with nano editor.
Offline
You can even skip the logout. TDE (like KDE3) uses Xcursor, so the size can be changed "on the fly":
echo "Xcursor.size: 48" | xrdb -merge
The effect is immediate for most X11 apps—no need to log out. (maybe need to restart some TDE apps only)
Last edited by seb3773 (2026-02-11 12:56)
Debian & Q4OS (TDE!!), low-level C, ASM (z80/68k/x86/ARM64), embedded systems, CPU architectures (RISC-V, binary formats, assembly), retro-computing, metal music, guitar and sci-fi.
Offline
I tried the "on the fly" method and it did not work for me. So I tried the method that required a log out and log back in that that one worked. Thanks guys!
Offline
Pages: 1