johnste / finicky

A macOS app for customizing which browser to start
MIT License
3.67k stars 136 forks source link

Browser option to open in a new window #282

Open lukasoppermann opened 1 year ago

lukasoppermann commented 1 year ago

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 commented 10 months ago

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