Hacker News new | ask | show | jobs
by bluesign 857 days ago
instant switching virtual desktop is the one which I miss.
1 comments

So this definitely isn't instant, but you can get pretty close (this is my setup without disabling SIP):

1. Go to Settings -> Accessibility -> Display, turn on Reduce Motion.

2. Use something like this in your skhd config:

ctrl - 1 : yabai -m query --spaces --space 1 | jq -r '.windows[0] // empty' | xargs yabai -m window --focus

Repeat this for however many virtual desktops you typically use.