I was wondering if it's possible to speed up the hidden Stage Manager recents windows. For the Dock you can use:
defaults write com.apple.dock "autohide-delay" -float "0" && killall Dock
This wil show the Dock immediately when you move your mouse to the bottom of the screen. When you move the mouse to the left to show the hidden Stage Manager recents windows there is a slight delay of say 0.5 seconds. So I was wondering if we can set that delay to 0.
defaults write com.apple.dock "autohide-delay" -float "0" && killall Dock
This wil show the Dock immediately when you move your mouse to the bottom of the screen. When you move the mouse to the left to show the hidden Stage Manager recents windows there is a slight delay of say 0.5 seconds. So I was wondering if we can set that delay to 0.