Qt apps do not respect cursor theme under Xorg
Other solutions involve installing Plasma integration, but this would pull in most of KDE. Fortunately, Qt apps still respect X resources. Add this to your login profile (e.g. ~/.profile, ~/.bash_profile, ~/.xinitrc): export XCURSOR_THEME="$(awk -F= '/gtk-cursor-theme-name=/ {print $2}' "$XDG_CONFIG...