Bash command to focus a specific window.
Posted
by D Connors
on Super User
See other posts from Super User
or by D Connors
Published on 2010-05-19T14:02:48Z
Indexed on
2010/05/19
14:11 UTC
Read the original article
Hit count: 370
Is there a way, in bash command line, to give focus to a specific window of a running process. Assume I know the process' name, number, and anything else I need.
For instance, if I have a single instance of Firefox running, but it's minimized (or there's some other window on top of it). I need a bash command that brings up and gives focus to the Firefox window, by making it the active window.
Thanks
© Super User or respective owner