This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a17e68729
tldr
/
pages
/
linux
/
xdotool.md
223 B
Raw
Blame
History
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}}