feat(hammerspoon): setup URL handling to open different sites in different browsers

This commit is contained in:
2023-10-24 13:58:14 +01:00
parent b7ff042053
commit 407e02895d
5 changed files with 818 additions and 1 deletions

View File

@@ -42,6 +42,13 @@ hostconfig:init()
local wm = require('window_management')
wm:init()
--------------------------------------------------------------------------------
-- URL Handling
--------------------------------------------------------------------------------
local wm = require('url_handling')
wm:init()
--------------------------------------------------------------------------------
-- The End
--------------------------------------------------------------------------------