mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03: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}}