diff options
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r-- | firefox-x11.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in index 9ad78e9..4ae4b0c 100644 --- a/firefox-x11.sh.in +++ b/firefox-x11.sh.in @@ -3,4 +3,5 @@ # Run Firefox on X11 backend # +export MOZ_DISABLE_WAYLAND=1 exec /usr/bin/firefox "$@" |