f314ac3
#!/usr/bin/bash
c45606f
#
c45606f
# Run Firefox under Wayland
c45606f
#
c45606f
5c3efe8
export MOZ_ENABLE_WAYLAND=1
0813120
exec /__PREFIX__/bin/firefox "$@"