refactor(hammerspoon): improve URL handling setup, enabling host-specific setup

This commit is contained in:
2023-10-28 17:04:23 +01:00
parent 407e02895d
commit 047d11653b
4 changed files with 197 additions and 88 deletions

View File

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