Need an addon for the pointer

/run SetCVar("cursorSizePreferred", "2")

You can replace “2” with one of the following:

  • “-1” [default] determine based on system/monitor dpi,
  • “0” 32x32,
  • “1” 48x48,
  • “2” 64x64,
  • “3” 96x96,
  • “4” 128x128

If you want a macro to toggle between two sizes:

2 Likes