From fe30fc1751fbd584106bdb0d406cbd74b63d6918 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 24 Oct 2025 12:07:41 +0200 Subject: [PATCH] feat(aerospace): turn off mouse focus --- config/aerospace/aerospace.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 5a500fb..98ff16d 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -19,8 +19,8 @@ default-root-container-orientation = 'auto' key-mapping.preset = 'qwerty' # Mouse follows focus when focused monitor changes -on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] -on-focus-changed = "move-mouse window-lazy-center" +# on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] +# on-focus-changed = "move-mouse window-lazy-center" # Gaps [gaps]