diff options
author | Serge Bazanski <q3k@q3k.org> | 2023-05-28 14:21:56 +0200 |
---|---|---|
committer | Serge Bazanski <q3k@q3k.org> | 2023-05-28 14:28:58 +0200 |
commit | 6f6c975d2cdc1f615f83576c9d1f828e1cdabda3 (patch) | |
tree | fa3f59c025ea60b640416b9432a3d10f81048235 /man/xeyes.man | |
parent | f30ef4e0f3e464f6304bdc85d28ebec0c2ba5e4f (diff) |
Implement multi-ocular support, add biblical example
This removes the assumption that an xeyes instance displays just a pair
of eyes, and instead allows future developers to implement different
kinds of ocular layouts.
Currently, the ocular layout system only allows for specifying offsets,
but a future change might also make different parts of the eye geometry
configurable: size of different elements, padding, etc.
Signed-off-by: Serge Bazanski <q3k@q3k.org>
Diffstat (limited to 'man/xeyes.man')
-rw-r--r-- | man/xeyes.man | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/xeyes.man b/man/xeyes.man index 298e152..6696237 100644 --- a/man/xeyes.man +++ b/man/xeyes.man @@ -52,6 +52,9 @@ disables Xrender and draws traditional eyes. .B \-distance uses an alternative mapping, as if the eyes were set back from the screen, thus following the mouse more precisely. .TP 8 +.B \-biblicallyAccurate +renders the eyes as if they belonged to a biblically accurate angel. +.TP 8 .B \-help print a usage message and exit. .TP 8 |