Re: dwm (or X) doesn't remember current cursor
Reply #1 –
The solution is quite simple:
sudo-i
rm /usr/share/icons/default/cursors
printf 'Inherits=YOUR CURSOR THEME' > /usr/share/icons/default/index.theme
sed -i "s/#IgnorePkg =/IgnorePkg = default-cursors/g" /etc/pacman.conf
exit
After re-login, the inconvenience is gone.
In the long run, you can get rid of the "adwaita-cursor-feature" by changing the PKGBUILD of default-cursors package to your own preferences.