We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, TERMINAL=foot /usr/bin/sway-launcher-desktop run-desktop '/usr/share/applications/htop.desktop' is generating this command exec foot -e htop
TERMINAL=foot /usr/bin/sway-launcher-desktop run-desktop '/usr/share/applications/htop.desktop'
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
sway exec
-e
/usr/bin/sway-launcher-desktop: line 163: exec: -e: invalid option
There's a workaround for that ?
The text was updated successfully, but these errors were encountered:
Hi! There is also the TERMINAL_COMMAND env var as described in the Readme, which may help here
TERMINAL_COMMAND
Sorry, something went wrong.
Hello, thanks but I think that's unrelated to my issue
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: