e0528ee933
It needs MOZ_ENABLE_WAYLAND=1 to actually enable Wayland.
2 lines
70 B
Bash
2 lines
70 B
Bash
#!/bin/sh
|
|
exec env MOZ_ENABLE_WAYLAND=1 /usr/lib/firefox/firefox "$@"
|