Skip to content
Tech News
← Back to articles

Native Instant Space Switching on macOS

read original get Apple Magic Mouse 2 → more articles
Why This Matters

This article highlights the ongoing frustration with macOS's slow space switching animations and introduces a native solution to enable instant space switching. This development is significant for users seeking more efficient window management, improving productivity and user experience on Macs. It also signals Apple's potential responsiveness to user feedback for more customizable and seamless interface interactions.

Key Takeaways

Published • 3 min read • more posts View on

The worst part about the MacOS window management situation is the inability to instantly switch spaces, and that Apple has continuously ignored requests to disable the nauseating switching animation. Sure, it’s not that long, but I switch spaces often enough to the point where it becomes very noticeable and drives me insane.

I believe to have found the best solution to instant space switching!

But before I show you, of course, other people share the same sentiment. I claim that none of the surveyed contemporary solutions, except for what I bring up at the end of this article, suffice for what I want:

Enable the “Reduce motion” setting in System Settings. This is always the default answer to this question online, and I’m sick of it! It doesn’t even solve the problem, but rather replaces it with an equally useless fade-in animation. It also has the side effect of activating the prefers-reduced-motion media query on web browsers. Install the yabai tiling window manager and use its instant space switcher. And to be fair, it works pretty well. There are only two problems: for one, yabai does this by binary patching a part of the operating system. This is only possible by disabling System Integrity Protection at your own discretion. For the second, installing yabai forces you to learn and use it as your tiling window manager1. I personally use PaperWM.spoon as my window manager. Both of which are incompatible when installed together. Use a third-party virtual space manager facade, hiding and showing windows as needed when switching spaces. Some popular options are FlashSpace and AeroSpace virtual workspaces. I actually offer no criticism other than that they are not native to MacOS, and feel unnecessary given that all we want to do is disable an animation. Pay for a license for BetterTouchTool. Enable “Move Right Space (Without Animation)” and “Move Left Space (Without Animation)”.

Without further ado, I managed to find InstantSpaceSwitcher by jurplel on GitHub. It is a simple menu bar application that achieves instant space switching while offering none of the aforementioned drawbacks.

Here I have InstantSpaceSwitcher paired up with SpaceName

InstantSpaceSwitcher does not require disabling Security Integration Protection; it works by simulating a trackpad swipe with a large amount of velocity. It additionally allows you to instantly jump to a space number. The last thing it provides is a command line interface.

The installation instructions are not listed on the README, so they are:

$ git clone https://github.com/jurplel/InstantSpaceSwitcher $ cd InstantSpaceSwitcher $ ./build.sh

... continue reading