From a272e1531cc98d08840443e363de24fdf0fe1708 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 16 Apr 2022 16:01:07 +0300 Subject: [PATCH] bash/usr-local-bin/firefox: enable wayland --- bash/usr-local-bin/firefox | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox index 519a98a..361f2db 100755 --- a/bash/usr-local-bin/firefox +++ b/bash/usr-local-bin/firefox @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -x +export MOZ_ENABLE_WAYLAND=1 flatpak run org.mozilla.firefox --ProfileManager $@ set +x