HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

xeyes — Display eyes on the screen that follow the mouse cursor. More information: <https://manned.org/xeyes

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclixeyesthatscreeneyesdisplay
linux

Problem

How to use the xeyes command: Display eyes on the screen that follow the mouse cursor. More information: <https://manned.org/xeyes>.

Solution

xeyes — Display eyes on the screen that follow the mouse cursor. More information: <https://manned.org/xeyes>.

Launch xeyes on the local machine's default display:
xeyes


Launch xeyes on a remote machine's display 0, screen 0:
xeyes -display {{remote_host}}:{{0}}.{{0}}

Code Snippets

Launch xeyes on the local machine's default display

xeyes

Launch xeyes on a remote machine's display 0, screen 0

xeyes -display {{remote_host}}:{{0}}.{{0}}

Context

tldr-pages: linux/xeyes

Revisions (0)

No revisions yet.