x11vnc, xdotool, rev: add pages (#1264)

This commit is contained in:
Jeef
2017-02-20 22:52:56 -05:00
committed by Agniva De Sarker
parent 0e099fcfa5
commit 8fdc908325
3 changed files with 46 additions and 0 deletions

11
pages/linux/xdotool.md Normal file
View File

@@ -0,0 +1,11 @@
# 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}}`