From d902ee6e76580318a7a0dbb480533dfddcaa0232 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Sat, 28 Sep 2019 19:02:46 -0400 Subject: [PATCH] enable wayland for firefox --- files/bin/sway | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/bin/sway b/files/bin/sway index 110248b..2d8d593 100755 --- a/files/bin/sway +++ b/files/bin/sway @@ -42,6 +42,9 @@ export SDL_VIDEODRIVER=wayland # Java export _JAVA_AWT_WM_NONREPARENTING=1 +# Firefox +export MOZ_ENABLE_WAYLAND=1 + # wlroot rdp wlroot_rdp_cache="$HOME/.cache/wlr-rdp" wlroot_rdp_cert="$wlroot_rdp_cache/tls.crt"