Added hs.allowAppleScript(true) to allow Apple script

This commit is contained in:
2026-05-16 12:18:24 -04:00
parent 21580ae0d6
commit 07226bfa7b
+2 -1
View File
@@ -1,3 +1,5 @@
-- Allow external apps like Raycast to execute custom Hammerspoon Lua functions
hs.allowAppleScript(true)
-- ========================================================================
-- HEADLESS WORKSPACE BACKGROUND ENGINE (FORCED AT BOOT)
-- ========================================================================
@@ -28,7 +30,6 @@ LayoutSelector = require('LayoutSelector')
-- Network = require("NetworkCenter")
--
require("modules.mouseJiggle").start()
require("modules.menuHub").start()
-- Load the window management module
local windowMgr = require("WindowManager")