-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add command to focus window by id #173
Comments
I agree that it'd be nice to be able to focus windows by window-id or app-id My proposal is:
In the future, it may be even improved to add options like |
nikitabobko
changed the title
Feature Request: Add subcmd to focus a window
Feature Request: Add command to focus window by id
Mar 3, 2024
Sounds great, with your proposed Cli the skhd style window focusing is possible. |
This was referenced Mar 21, 2024
Closed
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
nikitabobko
added a commit
that referenced
this issue
Apr 22, 2024
Fixed in 0.10.0. |
Hey thank you! Works like a charm. |
jakenvac
pushed a commit
to jakenvac/AeroSpace
that referenced
this issue
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 have read the docs
👍 have searched for existing issues
I'm testing to switch from the yabai/skhd combination to aerospace.
As I work with a 49" screen now for years, I typically have three windows in 30/40/30% or two 50/50 on a virtual screen. My normal behaviour is to have shortcuts for my most important applications like browser, terminal, chat, ... and to switch directly to that window.
I handled this in the past with the Hammerspoon launch or focus API https://www.hammerspoon.org/docs/hs.application.html and with yabai/skhd it was possible to query yabai with json output and to wrap some cmdc into a script triggered by skhd, see given example.
It would be great to have a subcmd in aerospace to focus an application with a given id.
Thanks in advance.
The text was updated successfully, but these errors were encountered: