clients: configure cursor theme from XCURSOR_* env
authoremersion <contact@emersion.fr>
Wed, 10 Oct 2018 07:46:12 +0000 (09:46 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 2 Nov 2018 13:45:37 +0000 (13:45 +0000)
commit807cd2e589140e069cd1c4863650d8019c997d57
tree7506d019c8b0d849922ba793002a297109dd4071
parent1f3fae2f1ad13ecdf4b26fb87bb620bf0f3f6435
clients: configure cursor theme from XCURSOR_* env

If XCURSOR_THEME or XCURSOR_SIZE is set, use it as the cursor theme
or cursor size.

This is similar to what Qt and some X11 apps do.
clients/window.c