tldr/pages/linux/xdotool.md

12 lines
224 B
Markdown
Raw Normal View History

# 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}}`