From 1990c2f9982e83c8dd29eef38991022e690b9206 Mon Sep 17 00:00:00 2001 From: Franco Pellicciotti Date: Sat, 16 May 2026 02:00:29 -0400 Subject: [PATCH] Removed focusmode --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 162fea9..e9d1c0c 100644 --- a/init.lua +++ b/init.lua @@ -21,8 +21,8 @@ require('AppBorders') 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 -require("FocusMode") +-- 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") -- Load the window management module