Hello,
TERMINAL=foot /usr/bin/sway-launcher-desktop run-desktop '/usr/share/applications/htop.desktop'
is generating this command
exec foot -e htop
Which is not compatible with sway exec because he wants to take the -e flag
/usr/bin/sway-launcher-desktop: line 163: exec: -e: invalid option
There's a workaround for that ?