speedie-overlay/www-client/firefox-bin/files/firefox-bin-wayland.sh
2022-11-20 00:55:03 +01:00

8 lines
117 B
Bash

#!/bin/sh
#
# Run Mozilla Firefox (bin) on Wayland
#
export MOZ_ENABLE_WAYLAND=1
exec @PREFIX@/bin/firefox-bin "$@"