mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
223 B
223 B
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}}