Set MOZ_ENABLE_WAYLAND
to launch firefox in wayland
This commit is contained in:
parent
ed6ad96ad9
commit
77252b8054
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,2 @@
|
|||
#!/bin/sh
|
||||
|
||||
export GDK_BACKEND=wayland
|
||||
|
||||
exec /usr/lib/firefox/firefox "$@"
|
||||
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
|
||||
|
|
Loading…
Reference in a new issue