i have a double mouse cursor, one from qemu and one from macos. it is getting annoying to use with it. they aren't the same speed, but after a second or so, they overlap. I am using WSL2. The command I have used for macos is:
docker run -it \
--device /dev/kvm \
-v /mnt/wslg/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e GENERATE_UNIQUE=true \
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
sickcodes/docker-osx:monterey
i have a double mouse cursor, one from qemu and one from macos. it is getting annoying to use with it. they aren't the same speed, but after a second or so, they overlap. I am using WSL2. The command I have used for macos is: docker run -it \ --device /dev/kvm \ -v /mnt/wslg/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ sickcodes/docker-osx:monterey