speedie-overlay/www-client/firefox-bin/files/firefox-bin-wayland.sh

8 lines
117 B
Bash
Raw Normal View History

2022-11-20 00:55:03 +01:00
#!/bin/sh
#
# Run Mozilla Firefox (bin) on Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/firefox-bin "$@"