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

12 lines
238 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.
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}}`