Hi, I had a similar problem since i wanted a bigger cursor, and use iridium.
I dropped .Xdefaults/.Xresources Xcursor.* properties and put this in my .xsession (see `pkg_info xcursor-themes`) --8<-- export XCURSOR_THEME=Adwaita export XCURSOR_PATH="/usr/local/share/icons/" export XCURSOR_SIZE=32 -->8-- My ~/.config/gtk-3.0/settings.ini was already set to --8<-- gtk-cursor-theme-size=32 --8<-- Since then, cursors are of the same size and theme everywhere. Charlène. On Sun, 04 Jul 2021 07:18:41 -0700 Greg Steuck <gne...@openbsd.org> wrote: > I'm running chromium Version 91.0.4472.77 (Official Build) (64-bit) > on a 6.9-mostly-current amd64. The machine has a 4k panel, so I added > these to .Xdefaults: > > Xft.dpi: 96 > Xcursor.size: 96 > Xcursor.theme: Adwaita > > I launch xmonad from xdm using .xsession, so no display environment. > Almost everywhere (e.g. root window, emacs, xterm, firefox) the mouse > cursor is a nice large arrow. > > Sadly, in chromium even with --force-device-scale-factor=2 the mouse > cursor is imperceptibly tiny. I didn't find anything useful in > chrome://settings and web searches are frustratingly useless. Anybody > have a recipe? > > Thanks > Greg >