34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
Muinaisosoitin
|
|
==============
|
|
Muinaisosoitin ('ancient pointer') is an modern feature-complete cursor theme
|
|
based on the X11 default cursors.
|
|
|
|
Use `make` to build the cursor files. The Makefile should be POSIX 2024
|
|
compliant and works with both GNU Make and FreeBSD Make.
|
|
|
|
To install the theme user-locally, you can run:
|
|
|
|
PREFIX=~/.local make install
|
|
|
|
Afterwards, either use your desktop environment's cursor theme selector,
|
|
or set the `XCURSOR_THEME` environment variable manually.
|
|
|
|
The Makefile understands the following environment variables:
|
|
|
|
Variable | Default value
|
|
------------|---------------------
|
|
FFMPEG | ffmpeg
|
|
PYTHON | python3
|
|
XCURSORGEN | xcursorgen
|
|
PREFIX | /usr/local
|
|
DATAROOTDIR | ${PREFIX}/share
|
|
ICONSDIR | ${DATAROOTDIR}/icons
|
|
DESTDIR |
|
|
|
|
cursor.bdf is from upstream Xorg sources. The exact file downloaded was
|
|
https://gitlab.freedesktop.org/xorg/font/cursor-misc/-/raw/73b2095391d5bcf326c903946de48d0710daa169/cursor.bdf
|
|
but since the file has not had any changes since the beginning of Xorg
|
|
version control history (and likely since far before that), knowing the
|
|
specific commit is probably not that important.
|
|
|
|
Rest of the files are my own creation.
|