mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
feat(hammerspoon): setup URL handling to open different sites in different browsers
This commit is contained in:
@@ -42,6 +42,13 @@ hostconfig:init()
|
||||
local wm = require('window_management')
|
||||
wm:init()
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- URL Handling
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
local wm = require('url_handling')
|
||||
wm:init()
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- The End
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user