Also adds firefox-{wayland,x11} scripts to launch either the
wayland version of FF (somewhat broken) or the X11 version of FF.
[ci skip]
6 lines
70 B
Bash
6 lines
70 B
Bash
#!/bin/sh
|
|
|
|
export GDK_BACKEND=x11
|
|
|
|
exec /usr/lib/firefox/firefox "$@"
|