Tagged Questions
2
votes
4answers
4k views
How do I find the X window ID under the mouse pointer in bash?
From a bash script, is there some way to get the ID of the X window under the mouse pointer?
(edit) I need the process to be non-interactive.