Skip to content

Commit

Permalink
open with default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanzenn committed Mar 8, 2024
1 parent f22b072 commit d1cac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hammerspoon/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function LinkedIn()
local url = "https://linkedin.com"
local t = hs.task.new("/Applications/Firefox.app/Contents/MacOS/firefox",
local t = hs.task.new("/usr/bin/open",
nil,
function() return false end,
{url})
Expand Down

0 comments on commit d1cac73

Please sign in to comment.