finicky icon indicating copy to clipboard operation
finicky copied to clipboard

Browser option to open in a new window

Open lukasoppermann opened this issue 3 years ago • 2 comments

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.

lukasoppermann avatar Oct 26 '22 07:10 lukasoppermann

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).

Peeja avatar Oct 18 '23 14:10 Peeja