diff options
author | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:13:10 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-03-06 15:13:10 +0100 |
commit | 442e558e0d80f3320379593b554af575b684e159 (patch) | |
tree | 1d3d78c1427a7ab9b1daf8969a80f9e8e4577005 /firefox-wayland.sh.in | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Fixed sqlite version (diff) | |
download | librewolf-fedora-ff-442e558e0d80f3320379593b554af575b684e159.tar.gz librewolf-fedora-ff-442e558e0d80f3320379593b554af575b684e159.tar.bz2 librewolf-fedora-ff-442e558e0d80f3320379593b554af575b684e159.zip |
Merge branch 'master' into f26
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 "$@" |