skynet/kde/plasma-workspace-env/firefox_wayland.sh

4 lines
78 B
Bash
Raw Normal View History

2024-04-05 12:24:01 -05:00
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi