Moved to modules
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local focus = require("modules.focus")
|
||||
|
||||
-- Expose clean functions globally for the hs CLI tool
|
||||
function ActivateDeepFocus(profileName)
|
||||
return focus.activate(profileName)
|
||||
end
|
||||
|
||||
function ClearDeepFocus()
|
||||
return focus.clear()
|
||||
end
|
||||
Reference in New Issue
Block a user