kalev / rpms / firefox

Forked from rpms/firefox 5 years ago
Clone
c45606f
#!/bin/bash
c45606f
#
c45606f
# Run Firefox under Wayland
c45606f
#
c45606f
5c3efe8
export MOZ_ENABLE_WAYLAND=1
13b65c6
exec /usr/bin/firefox "$@"