Title. For example, launching alacritty works as expected, but attempting to use alacritty -e cava just exits fzf, without launching anything.
fzf launch arguments from my sway config are as follows:
set $menu alacritty --class 'launcher' --command bash -c 'compgen -c | sort -u | fzf --no-info | xargs -r swaymsg -t command exec'
Is there something I'm missing here?