From 0cffbb81796880399fac7c3b31c0b574194d6141 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 6 Feb 2023 09:21:55 -0500 Subject: [PATCH] remove autoraise and focus follows mouse --- .config/yabai/yabairc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/yabai/yabairc b/.config/yabai/yabairc index 4944410..9d53a31 100755 --- a/.config/yabai/yabairc +++ b/.config/yabai/yabairc @@ -66,8 +66,8 @@ yabai -m config mouse_modifier ctrl yabai -m config mouse_action2 resize # set modifier + left-click drag to resize window (default: move) yabai -m config mouse_action1 move -yabai -m config mouse_follows_focus on -yabai -m config focus_follows_mouse autoraise +# yabai -m config mouse_follows_focus on +# yabai -m config focus_follows_mouse autoraise ## Change how yabai looks PADDING=10