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

Close Joshuto when a file is opened #85

Closed
is0n opened this issue Jul 21, 2021 · 2 comments
Closed

Close Joshuto when a file is opened #85

is0n opened this issue Jul 21, 2021 · 2 comments

Comments

@is0n
Copy link
Contributor

is0n commented Jul 21, 2021

Whenever you open a file from within the program, it opens the selected file, however, joshuto remains open.

Is there a way to tell joshuto to exit itself after opening a file?

@kamiyaa
Copy link
Owner

kamiyaa commented Jul 21, 2021

Yep, you can add the fork = true option.

{ command = "mpv", args = [ "--" ] , fork = true, silent = true },

@is0n
Copy link
Contributor Author

is0n commented Jul 21, 2021

It works! Thank you for the fast and helpful response!

@is0n is0n closed this as completed Jul 21, 2021
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

2 participants