1hexadrop(6x) XScreenSaver manual hexadrop(6x)
2
3
4
6 hexadrop - shrinking hexagons.
7
9 hexadrop [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-speed number] [-size number] [-sides number]
11 [-uniform-speed] [-no-uniform-speed] [-lockstep] [-no-lockstep] [-fps]
12
14 Draws a grid of hexagons or other shapes and drops them out.
15
17 -visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -delay number
27 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
28 onds.).
29
30 -speed number
31 Speed. 0.5 for half as fast; 2.0 for twice as fast.
32
33 -size number
34 How many tiles to fit horizontally on the screen. Default 15.
35
36 -sides number
37 Shape of the tiles. 3, 4, 6 or 8. Default: random.
38
39 -uniform-speed | -no-uniform-speed
40 Whether each tile should drop at the same speed. Default: ran‐
41 dom.
42
43 -lockstep | -no-lockstep
44 Whether each tile should drop at the same time. Default: ran‐
45 dom.
46
47 -fps | -no-fps
48 Whether to show a frames-per-second display at the bottom of
49 the screen.
50
52 DISPLAY to get the default host and display number.
53
54 XENVIRONMENT
55 to get the name of a resource file that overrides the global
56 resources stored in the RESOURCE_MANAGER property.
57
59 X(1), xscreensaver(1)
60
62 Copyright © 2013 by Jamie Zawinski. Permission to use, copy, modify,
63 distribute, and sell this software and its documentation for any pur‐
64 pose is hereby granted without fee, provided that the above copyright
65 notice appear in all copies and that both that copyright notice and
66 this permission notice appear in supporting documentation. No repre‐
67 sentations are made about the suitability of this software for any pur‐
68 pose. It is provided "as is" without express or implied warranty.
69
71 Jamie Zawinski.
72
73
74
75X Version 11 5.45-1.fc33 (10-Dec-2020) hexadrop(6x)