void-packages/srcpkgs/firefox-esr/files/firefox-wayland
Jürgen Buchmüller e0528ee933 firefox-esr: fix firefox-wayland wrapper
It needs MOZ_ENABLE_WAYLAND=1 to actually enable Wayland.
2021-02-26 10:21:36 +01:00

2 lines
70 B
Bash

#!/bin/sh
exec env MOZ_ENABLE_WAYLAND=1 /usr/lib/firefox/firefox "$@"