johnste / finicky

A macOS app for customizing which browser to start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browser option to open in a new window

lukasoppermann opened this issue · 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.

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