mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 16:26:00 +02:00
12 lines
224 B
Markdown
12 lines
224 B
Markdown
![]() |
# xdotool
|
||
|
|
||
|
> Command line automation for X11.
|
||
|
|
||
|
- Retrieve the X-Windows window ID of the running Firefox window(s):
|
||
|
|
||
|
`xdotool search --onlyvisibile --name {{firefox}}`
|
||
|
|
||
|
- Click the right mouse button:
|
||
|
|
||
|
`xdotool click {{3}}`
|