From d4ff06d1a36bfa1945a8a815df18efa770fc56b0 Mon Sep 17 00:00:00 2001 From: Franco Pellicciotti Date: Sat, 16 May 2026 01:21:39 -0400 Subject: [PATCH] Added require("FocusMode") --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b275da9..162fea9 100644 --- a/init.lua +++ b/init.lua @@ -20,8 +20,9 @@ require('AppBorders') -- CRITICAL FOR RAYCAST INTERACTION: Bind the return value to a global variable LayoutSelector = require('LayoutSelector') -require('System_Tweaks') -- Used for Time Machine Throttle Disable +-- require('System_Tweaks') -- Used for Time Machine Throttle Disable -- require("Focus") -- Does not work with layout saver - Not needed if using Monocle +require("FocusMode") Network = require("NetworkCenter") -- Load the window management module