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

4 lines
78 B
Bash

if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi