Set `MOZ_ENABLE_WAYLAND` to launch firefox in wayland
This commit is contained in:
parent
ed6ad96ad9
commit
77252b8054
|
@ -1,5 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
|
||||||
export GDK_BACKEND=wayland
|
|
||||||
|
|
||||||
exec /usr/lib/firefox/firefox "$@"
|
|
||||||
|
|
Loading…
Reference in New Issue