Send specific app to specific Desktop automatically #2071
Answered
by
amlanjlahkar
milesromeno
asked this question in
Q&A
-
I have some keybinds to spawn specific apps like my web browser and terminal. I like to keep particular apps on particular Desktop spaces for my workflow and muscle memory. Is there a way using yabai or skhd to make an application instantly move to a predefined desktop on spawning, or spawn to the desktop directly? Anyone doing anything similar? |
Beta Was this translation helpful? Give feedback.
Answered by
amlanjlahkar
Feb 2, 2024
Replies: 1 comment
-
You can use application rules for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
koekeishiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use application rules for this.
For example, to always open safari on space 2
yabai -m rule --add app="^Safari$" space=^2