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