xeyes 命令详解

| 选择喜欢的代码风格  

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

xeyes 命令安装:


-bash/zsh: xeyes command not found

#Debian
apt-get install x11-apps

#Ubuntu
apt-get install x11-apps

#Arch Linux
pacman -S xorg-xeyes

#Kali Linux
apt-get install x11-apps

#CentOS
yum install xorg-xeyes

#Fedora
dnf install xorg-xeyes

#Raspbian
apt-get install x11-apps

xeyes 命令补充说明:


xeyes 命令中的眼睛,会跟随鼠标移动而移动。


xeyes - 界面

xeyes 命令的意义:


xeyes 并不是是为了娱乐。 xeyes 程序的目的是因为有时候,人眼很难看到的鼠标的指针。 这尤其在多个显示器上非常有用,在多个显示器上,监视器之间要相隔一段距离,如果有人(例如学校的老师)想要在屏幕上显示某些内容,则监视器上的其他人可以很容易地用 xeye 跟随你的鼠标,非常方便有用。

xeyes 命令语法:


xeyes [-option ...]

xeyes 命令选项:


-fg foreground color
choose a different color for the pupil of the eyes.

-bg background color
choose a different color for the background.

-outline outline color
choose a different color for the outline of the eyes.

-center center color
choose a different color for the center of the eyes.

-backing { WhenMapped Always NotUseful }
selects an appropriate level of backing store.

-geometry geometry
define the initial window geometry; see X(7).

-display display
specify the display to use; see X(7).

-bd border color
choose a different color for the window border.

-bw border width
choose a different width for the window border.

-shape
uses the SHAPE extension to shape the window. This is the default.

+shape
disables use of the SHAPE extension to shape the window.

-render
uses Xrender to draw anti-aliased eyes. This is the default if xeyes has been compiled with Xrender support.

+render
disables Xrender and draws traditional eyes.

-distance
uses an alternative mapping, as if the eyes were set back from the screen, thus following the mouse more precisely.

xeyes 命令实例:



xeyes - 效果

在本地计算机的默认显示器上启动 xeyes

xeyes

在远程计算机的显示器 0,屏幕 0 上启动 xeyes

xeyes -display remote_host:0.0

xeyes 命令扩展阅读:




xeyes 命令评论