void-packages/srcpkgs/firefox/files/firefox-wayland
Rasmus Thomsen b8fdfdf9b2 firefox: add wayland option
Also adds firefox-{wayland,x11} scripts to launch either the
wayland version of FF (somewhat broken) or the X11 version of FF.

[ci skip]
2019-01-30 10:41:38 +01:00

5 lines
74 B
Bash

#!/bin/sh
export GDK_BACKEND=wayland
exec /usr/lib/firefox/firefox "$@"