Focus application or cycle through its windows #1976
Unanswered
alper
asked this question in
feature-ideas
Replies: 1 comment 1 reply
-
|
I guess I can make a shell script that does this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a pretty common request from other window managing tools:
I see this:
#1809 (comment)
Which points me at being able to write something like that myself, but it would be a bit complicated:
aerospace list-windows --focusedto see if it's already focusedaerospace list-windows --all | grep Ghosttyand get the first window idaerospace focus --window-id IDBonus points for starting the application if it's not already running.
Is this possible to do in a simpler way? What command-line tool should I use to cycle through the options?
Beta Was this translation helpful? Give feedback.
All reactions