fix(yabai): ignore System Settings

This commit is contained in:
Stefan Imhoff
2023-04-13 14:55:35 +02:00
parent 2244f6bd48
commit c740a71644

View File

@@ -40,7 +40,7 @@ yabai -m config window_placement second_child
# Apps to ignore
yabai -m rule --add app="^System Preferences$" manage=off
yabai -m rule --add app="^System Preferences$" manage=off
yabai -m rule --add app="^System Settings$" manage=off
yabai -m rule --add app="^FortiClient$" manage=off
yabai -m rule --add app="^Calculator$" manage=off
yabai -m rule --add app="^Archive Utility$" manage=off