Pliavi / arch-tweaks-and-fixes

Some tweaks for distros, like resolve emoji problems and distro specific problems
MIT License
7 stars 0 forks source link

Firefox strange cursor behavior on Wayland #13

Open Pliavi opened 1 year ago

Pliavi commented 1 year ago

Found on: https://www.reddit.com/r/firefox/comments/va5psz/strange_mouse_behaviour_on_wayland/

Bug description:

Add the variable MOZ_ENABLE_WAYLAND=1 firefox

to keep the fix: on ~/.bash_profile

if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
    export MOZ_ENABLE_WAYLAND=1
fi

https://wiki.archlinux.org/title/firefox#Wayland