macosをworkspaceで管理→yabai + skhd
code:aaa.bash
# Mission Control のアニメーションを最速化
defaults write com.apple.dock expose-animation-duration -float 0.1
# デスクトップ切り替えのアニメーションを無効化
defaults write com.apple.dock workspaces-swoosh-animation-off -bool YES
# Dock を再起動して反映
killall Dock