feat(yabai): better window handling

This commit is contained in:
winston 2022-10-13 09:48:25 +02:00
parent f11d3d040e
commit 5156a67767
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -50,11 +50,12 @@ APPS_ABOVE=(
"iStat Menus Status"
)
for app in "${APPS_ABOVE[@]}"; do
yabai -m rule --add app="^$app\$" manage=off sticky=off layer=above border=off
yabai -m rule --add app="^$app\$" manage=off sticky=on layer=above border=off
done
yabai -m rule --add app="^CleanShot X\$" manage=off border=off
APPS_UNMANAGED=(
"CleanShot X"
"System Preferences"
)
for app in "${APPS_UNMANAGED[@]}"; do