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