1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 17:19:47 +01:00
tldr/pages/linux/xeyes.md

13 lines
286 B
Markdown
Raw Normal View History

2017-02-19 10:15:59 +01:00
# xeyes
> Display eyes on the screen that follow the mouse cursor.
> More information: <https://manned.org/xeyes>.
2017-02-19 10:15:59 +01:00
2017-04-15 16:59:35 +02:00
- Launch xeyes on the local machine's default display:
2017-02-19 10:15:59 +01:00
`xeyes`
2017-04-15 16:59:35 +02:00
- Launch xeyes on a remote machine's display 0, screen 0:
2017-02-19 10:15:59 +01:00
`xeyes -display {{remote_host}}:{{0}}.{{0}}`