From 26c30ee90d4dc05a105af98edcc719a63d2146d4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 13 Dec 2023 18:11:54 +0000 Subject: [PATCH] Updates default browsers --- config/macos/.finicky.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/macos/.finicky.js b/config/macos/.finicky.js index fe07b2d..f6e6441 100644 --- a/config/macos/.finicky.js +++ b/config/macos/.finicky.js @@ -11,7 +11,9 @@ module.exports = { ], handlers: [ { // Open work non-coding stuff in Chromium - browser: "/Applications/Chromium.app", + // browser: "/Applications/Chromium.app", + // We must use Chrome, because IT is evil. + browser: "/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome", match: [ "*.google.com/*", "*and-digital.okta.com/*", @@ -22,6 +24,7 @@ module.exports = { "*luna.and-digital.com/*", "*miro.com/*", "*zoom.com/*", + "*.atlassian.net/*" ], }, { // Open coding stuff in Firefox