Added: MouseJiggle

This commit is contained in:
2026-05-16 02:55:15 -04:00
parent 1990c2f998
commit 940ed913aa
+5 -1
View File
@@ -23,7 +23,11 @@ LayoutSelector = require('LayoutSelector')
-- require('System_Tweaks') -- Used for Time Machine Throttle Disable
-- require("Focus") -- Does not work with layout saver - Not needed if using Monocle - Focusdim is better than Monocle
-- require("FocusMode") -- Removed since I am using Focusdim
Network = require("NetworkCenter")
--
-- Network Center is currently disabled since menus are not working in Hammerspoon - Will re-enable once I can fix the menu issues
-- Network = require("NetworkCenter")
--
require("modules.mouseJiggle").start()
-- Load the window management module
local windowMgr = require("WindowManager")