From a7127f16eb9a40808b515330b6d4640c68eafed5 Mon Sep 17 00:00:00 2001 From: Jeef Date: Sun, 19 Feb 2017 04:15:59 -0500 Subject: [PATCH] xeyes: add page (#1256) --- pages/linux/xeyes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/xeyes.md diff --git a/pages/linux/xeyes.md b/pages/linux/xeyes.md new file mode 100644 index 0000000000..8799faf722 --- /dev/null +++ b/pages/linux/xeyes.md @@ -0,0 +1,11 @@ +# xeyes + +> Display eyes on the screen that follow the mouse cursor. + +- Launch xeyes on local display: + +`xeyes` + +- Launch xeyes on a remote display 0 screen 0: + +`xeyes -display {{remote_host}}:{{0}}.{{0}}`