7 lines
197 B
Bash
7 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
|