From 60a20efac5be4d6dc23fb9b11988f02c969c064d Mon Sep 17 00:00:00 2001 From: siinus Date: Sun, 14 Aug 2022 17:41:03 +0300 Subject: [PATCH] Add firefox env values for wayland --- sway/.config/environment.d/99-firefox.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sway/.config/environment.d/99-firefox.conf diff --git a/sway/.config/environment.d/99-firefox.conf b/sway/.config/environment.d/99-firefox.conf new file mode 100644 index 0000000..18532ea --- /dev/null +++ b/sway/.config/environment.d/99-firefox.conf @@ -0,0 +1,4 @@ +MOZ_USE_XINPUT2=1 +MOZ_ENABLE_WAYLAND=1 +GTK_USE_PORTAL=1 +MOZ_DBUS_REMOTE=1