sway-launcher-desktop
sway-launcher-desktop copied to clipboard
Terminal app incompatible with swaymsg exec
trafficstars
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 ?
Hi! There is also the TERMINAL_COMMAND env var as described in the Readme, which may help here
Hello, thanks but I think that's unrelated to my issue