ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/doc/xcursor-themes
Dwayne Hart 148999cf35 Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
..
README.Debian Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
changelog.Debian.gz Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
copyright Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30

README.Debian

Cursor themes included in this package:
handhelds  - Tiny cursor set appropriate for low resolution displays
redglass   - Fancy red-faced cursor set
whiteglass - Fancy white-faced  cursor set

Additionally this package makes available the core theme via the
Debian Alternatives system:
core       - The classic X11 cursor theme


To change the theme used system-wide run:
  update-alternatives --config x-cursor-theme

To change the theme for a single user account you can create a symlink
to a theme file in ~/.icons/default/:
  # (for example to use the "core" theme)
  THEME=core
  mkdir -p ~/.icons/default/
  ln -s /etc/X11/cursors/$THEME.theme ~/.icons/default/index.theme