tldr/pages/linux/xeyes.md

13 lines
286 B
Markdown
Raw Normal View History

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