Skip to content
New issue

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

-p not working #78

Open
manfredlotz opened this issue Sep 11, 2022 · 0 comments
Open

-p not working #78

manfredlotz opened this issue Sep 11, 2022 · 0 comments

Comments

@manfredlotz
Copy link

I have a situation where I want to start neovide like this
neovide --maximized -- --listen /tmp/nvimsocket

When I define a shortcut to do

jumpapp -c neovide -p "neovide --maximized -- --listen /tmp/nvimsocket"

it doesn't work.

When I remove the quotes around $@ in fork_command() so that I have

fork_command() {
    ($@ >/dev/null 2>&1) &
}

it is working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant