From 82c8a6aaa19a5d86987cb6ba4e1b3beaa675e25e Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Thu, 11 Jan 2024 12:48:25 -0500 Subject: [PATCH] plead harder with firefox to use wayland Signed-off-by: Naman Sood --- zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zprofile b/zprofile index fc043a8..d39b62a 100644 --- a/zprofile +++ b/zprofile @@ -7,6 +7,7 @@ fi # fix for firefox using xwayland instead of wayland native if [ "$XDG_SESSION_TYPE" = "wayland" ]; then export MOZ_ENABLE_WAYLAND=1 + export GDK_BACKEND=wayland fi export TENDS_TO=42