firefox/firefox-wayland.sh.in

8 lines
111 B
Bash
Raw Normal View History

2020-08-21 17:30:26 +08:00
#!/usr/bin/bash
2020-02-27 03:49:17 -05:00
#
# Run Firefox under Wayland
#
2020-08-21 17:30:26 +08:00
export MOZ_ENABLE_WAYLAND=1
exec /__PREFIX__/bin/firefox "$@"