3 lines
63 B
Bash
3 lines
63 B
Bash
if (( $+commands[sway] )) then
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
fi
|
if (( $+commands[sway] )) then
|
|
export MOZ_ENABLE_WAYLAND=1
|
|
fi
|