]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: support XCURSOR_THEME and XCURSOR_SIZE
authorJohan Malm <jgm323@gmail.com>
Sun, 28 Nov 2021 22:50:37 +0000 (22:50 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 28 Nov 2021 22:50:37 +0000 (22:50 +0000)
commit9eaa5a92a157a0052c4c924b6837dc5ee3c04e95
treeaed510afda175fd7a0865d8e617155d4af88f954
parentafa299c080faa3894a9940d68db61b5db87f3dc0
cursor: support XCURSOR_THEME and XCURSOR_SIZE

Use environment variables XCURSOR_THEME and XCURSOR_SIZE to set cursor
theme and size respectively. Default size is 24.

Find icons themes with the command below or similar:

    find /usr/share/icons/ -type d -name "cursors"
docs/environment
src/cursor.c