mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 20:59:47 +00:00
Update cheatsheets
This commit is contained in:
17
linux/xeyes
Normal file
17
linux/xeyes
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user