mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 19:05:59 +02:00
11 lines
223 B
Markdown
11 lines
223 B
Markdown
# xdotool
|
|
|
|
> Command line automation for X11.
|
|
|
|
- Retrieve the X-Windows window ID of the running Firefox window(s):
|
|
|
|
`xdotool search --onlyvisible --name {{firefox}}`
|
|
|
|
- Click the right mouse button:
|
|
|
|
`xdotool click {{3}}`
|