plead harder with firefox to use wayland

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-01-11 12:48:25 -05:00
parent 055aeba82b
commit 82c8a6aaa1

View file

@ -7,6 +7,7 @@ fi
# fix for firefox using xwayland instead of wayland native # fix for firefox using xwayland instead of wayland native
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export GDK_BACKEND=wayland
fi fi
export TENDS_TO=42 export TENDS_TO=42