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

Browser option to open in a new window #282

Open
lukasoppermann opened this issue Oct 26, 2022 · 1 comment
Open

Browser option to open in a new window #282

lukasoppermann opened this issue Oct 26, 2022 · 1 comment

Comments

@lukasoppermann
Copy link

Describe the solution you'd like
A simple option that allows for specific links to always be opened in a new window.

      browser: {
        name: "Google Chrome",
        profile: "Default",
        openInNewWindow: true // false by default
      },

Describe alternatives you've considered
n/a

Additional context
I personally want to open a timer and it only works if the tab is active, so moving it into a new window is the best solution.

@Peeja
Copy link

Peeja commented Oct 18, 2023

For Chrome (and hopefully other related browsers), this is as simple as adding a --new-window arg to the command line (according to my testing).

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

No branches or pull requests

2 participants