dotfiles/etc/profile.d/swayenv.sh
2022-02-25 06:13:00 -08:00

8 lines
197 B
Bash

# /etc/profile.d/swayenv.sh
#
# This sets the other variables on Wayland.
test "$XDG_SESSION_TYPE" = 'wayland' || return
test "$XDG_SESSION_DESKTOP" = 'sway' || return
export MOZ_ENABLE_WAYLAND=1