summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-04-30 14:57:50 +0200
committerMartin Stransky <stransky@redhat.com>2018-04-30 14:57:50 +0200
commit147b34c35a8cf250f67ea23681e514107d740b14 (patch)
treea73f12541cbbfd83f4dac76c27ecb3859924bd78 /firefox-x11.sh.in
parentMerge branch 'master' into f27 (diff)
parentBuild with Wayland backend enabled (diff)
downloadlibrewolf-fedora-ff-147b34c35a8cf250f67ea23681e514107d740b14.tar.gz
librewolf-fedora-ff-147b34c35a8cf250f67ea23681e514107d740b14.tar.bz2
librewolf-fedora-ff-147b34c35a8cf250f67ea23681e514107d740b14.zip
Merge branch 'master' into f27
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r--firefox-x11.sh.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in
deleted file mode 100644
index d1b48c7..0000000
--- a/firefox-x11.sh.in
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-#
-# Run Firefox under X11
-#
-
-export GDK_BACKEND=x11
-/usr/bin/firefox "$@"
bgstack15