Skip to content

Commit

Permalink
Fix yabai app manage
Browse files Browse the repository at this point in the history
`manage=on` is not the inverse of `manage=off`.
koekeishiya/yabai#394 (comment)
koekeishiya/yabai#552 (comment)
  • Loading branch information
AndreasNasman committed Sep 12, 2023
1 parent b2dc191 commit fd49b57
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions yabai/yabairc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ yabai -m config \
top_padding $spacing \
window_gap $spacing

yabai -m rule --add app='.*' manage=off
yabai -m rule --add app='^Finder$' manage=on
yabai -m rule --add app='^GarageBand$' manage=on
yabai -m rule --add app='^Google Chrome$' manage=on
yabai -m rule --add app='^MuseScore 4$' manage=on
yabai -m rule --add app='^kitty$' manage=on
yabai -m rule --add app!='^(Finder|GarageBand|Google Chrome|MuseScore 4|kitty)$' manage=off

0 comments on commit fd49b57

Please sign in to comment.