PortValhalla/scripts/Common/Config/Firefox/firefox.sh

6 lines
124 B
Bash
Raw Normal View History

2023-04-08 09:10:29 +00:00
if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then
2023-04-07 18:03:22 +00:00
export MOZ_ENABLE_WAYLAND=1
else
export MOZ_USE_XINPUT2=1
fi