1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 15:55:34 +02:00
tldr/pages/linux/xdotool.md

224 B

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