diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-30 12:40:25 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-30 12:40:25 +0100 |
commit | c45606f4574eb364f78af13cde501c02c2207228 (patch) | |
tree | ca11740831c657eeb35cc0c769bd19923aae7eee /firefox-wayland.sh.in | |
parent | Update to Firefox 59.0 Beta 4, Enabled Wayland backend (diff) | |
download | librewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.tar.gz librewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.tar.bz2 librewolf-fedora-ff-c45606f4574eb364f78af13cde501c02c2207228.zip |
Build fixes
Diffstat (limited to 'firefox-wayland.sh.in')
-rw-r--r-- | firefox-wayland.sh.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in new file mode 100644 index 0000000..108d64c --- /dev/null +++ b/firefox-wayland.sh.in @@ -0,0 +1,7 @@ +#!/bin/bash +# +# Run Firefox under Wayland +# + +export GDK_BACKEND=wayland +/usr/bin/firefox "$@" |