chore(yabai): ignore FortiClient

This commit is contained in:
Stefan Imhoff
2023-01-04 16:43:24 +01:00
parent fe71b8645a
commit 50b991c3bc
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -11,3 +11,6 @@
[submodule "private/espanso"] [submodule "private/espanso"]
path = private/espanso path = private/espanso
url = git@github.com:kogakure/espanso-snippets.git url = git@github.com:kogakure/espanso-snippets.git
[submodule "private/bin"]
path = private/bin
url = git@github.com:kogakure/scripts.git

1
private/bin Submodule

Submodule private/bin added at 0910702dca

View File

@@ -37,7 +37,8 @@ yabai -m config right_padding 10
# Apps to ignore # 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="^System Preferences$" manage=off
yabai -m rule --add app="^FortiClient$" manage=off
yabai -m rule --add app="^Archive Utility$" manage=off yabai -m rule --add app="^Archive Utility$" manage=off
yabai -m rule --add app="^Alfred Preferences$" manage=off yabai -m rule --add app="^Alfred Preferences$" manage=off
yabai -m rule --add app="Raycast" manage=off yabai -m rule --add app="Raycast" manage=off