From bac4e156d8d54aa3a82bc30d20c9234776631881 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 16:23:41 +0000 Subject: automatic import of firefox --- firefox-x11.sh.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firefox-x11.sh.in (limited to 'firefox-x11.sh.in') diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in new file mode 100644 index 0000000..94045c9 --- /dev/null +++ b/firefox-x11.sh.in @@ -0,0 +1,7 @@ +#!/usr/bin/bash +# +# Run Firefox on X11 backend +# + +export MOZ_DISABLE_WAYLAND=1 +exec /__PREFIX__/bin/firefox "$@" -- cgit v1.2.3