summaryrefslogtreecommitdiff
path: root/firefox-wayland.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-wayland.sh.in')
-rw-r--r--firefox-wayland.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-wayland.sh.in b/firefox-wayland.sh.in
index 108d64c..64a1c86 100644
--- a/firefox-wayland.sh.in
+++ b/firefox-wayland.sh.in
@@ -4,4 +4,4 @@
#
export GDK_BACKEND=wayland
-/usr/bin/firefox "$@"
+exec /usr/bin/firefox "$@"
bgstack15