Added hs.allowAppleScript(true) to allow Apple script
This commit is contained in:
@@ -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)
|
-- HEADLESS WORKSPACE BACKGROUND ENGINE (FORCED AT BOOT)
|
||||||
-- ========================================================================
|
-- ========================================================================
|
||||||
@@ -28,7 +30,6 @@ LayoutSelector = require('LayoutSelector')
|
|||||||
-- Network = require("NetworkCenter")
|
-- Network = require("NetworkCenter")
|
||||||
--
|
--
|
||||||
require("modules.mouseJiggle").start()
|
require("modules.mouseJiggle").start()
|
||||||
require("modules.menuHub").start()
|
|
||||||
|
|
||||||
-- Load the window management module
|
-- Load the window management module
|
||||||
local windowMgr = require("WindowManager")
|
local windowMgr = require("WindowManager")
|
||||||
|
|||||||
Reference in New Issue
Block a user