Set `MOZ_ENABLE_WAYLAND` to launch firefox in wayland

This commit is contained in:
Issam Maghni 2019-09-12 09:52:33 -04:00 committed by Enno Boland
parent ed6ad96ad9
commit 77252b8054
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,2 @@
#!/bin/sh
export GDK_BACKEND=wayland
exec /usr/lib/firefox/firefox "$@"
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"