From 07226bfa7bc531a4dfc740783d3b6cb506efc31e Mon Sep 17 00:00:00 2001 From: Franco Pellicciotti Date: Sat, 16 May 2026 12:18:24 -0400 Subject: [PATCH] Added hs.allowAppleScript(true) to allow Apple script --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index dac9aad..c8e0314 100644 --- a/init.lua +++ b/init.lua @@ -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")