1ONEKO(6) Games Manual ONEKO(6)
2
3
4
6 The program oneko creates a cute cat chasing around your mouse cursor.
7
9 oneko [-help] [-tora] [-dog] [-sakura] [-tomoyo] [-time n] [-speed n]
10 [-idle n] [-name name] [-towindow] [-toname name] [-tofocus] [-position
11 geometry] [-rv] [-noshape] [-fg] [-bg]
12
14 oneko changes your mouse cursor into mouse and creates a little cute
15 cat and the cat starts chasing around your mouse cursor. If the cat
16 catches the ``mouse'', it starts sleeping.
17
18 Options
19 -help Prints help message on usage.
20
21 -tora Make cat into "tora-neko", a cat with tiger-like stripe.
22
23 -dog Runs a dog instead of a cat.
24
25 -sakura
26 Runs Sakura Kinomoto instead of a cat.
27
28 -tomoyo
29 Runs Tomoyo Daidouji instead of a cat.
30
31 -time interval
32 Sets interval timer which determine intervals for cat animation.
33 Default value is 125000 and unit is micro-second. Smaller value
34 makes cat run faster.
35
36 -speed distance
37 Specify the distance where cat jumps at one move in dot resolu‐
38 tion. Default is 16.
39
40 -idle speed
41 Specify the threshold of the speed which ``mouse'' running away
42 to wake cat up.
43
44 -name name
45 Specify the window name of cat.
46
47 -towindow
48 When oneko starts with this option, you must select a window by
49 cursor. Then cat appears and starts chasing the window instead
50 of mouse. You can select another running oneko as the target
51 window. If root window is selected, cat chases mouse as usu‐
52 ally. When the target window is not in sight and not closed,
53 cat chases mouse as usually. If the target window is closed,
54 this program exit.
55
56 -toname name
57 Specify the window name of target to make cat chase it instead
58 of mouse. You can specify another running oneko as the target
59 window. When the target window is not in sight and not closed,
60 cat chases mouse as usually. If the target window is closed,
61 this program exit.
62
63 -tofocus
64 Makes cat run to and on top of focus window. When focus window
65 is not in sight, cat chases mouse as usually.
66
67 -position geometry
68 Specify X and Y offsets in pixels to adjust position of cat rel‐
69 ative to mouse pointer.
70
71 -rv Reverse background color and foreground color.
72
73 -noshape
74 Don't use SHAPE extension.
75
76 -fg color
77 Foreground color.
78
79 -bg color
80 Background color.
81
82 Resources
83 Application name is "neko"(or "tora") and class name is "Oneko".
84
85 tora Set ``True'' if you want "tora-neko".
86
87 time Sets interval timer in micro-second.
88
89 speed Sets distance to jump in pixel.
90
91 idle Sets speed threshold to wake cat up when ``mouse'' running away.
92
93 noshape
94 Set ``True'' if you don't want to use SHAPE extension.
95
96 reverse
97 Set ``True'' if you want to switch foreground and background
98 color.
99
100 foreground
101 Foreground color.
102
103 background
104 Background color.
105
107 While this program uses XGetDefault, be sure to use "neko.resouce"
108 form. If you run this program as "tora", by hard or soft link, the
109 -tora option is enabled by default.
110
111 BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights
112 Reserved.
113
114 Sakura Kinomoto and Tomoyo Daidouji are characters in a comic strip
115 "CARDCAPTOR SAKURA" (CLAMP, Kodansha), with the sanction indicated in
116 CLAMP SCHOOL WEB CAMPUS (http://www.clamp.f-2.co.jp/).
117
119 Original xneko is written by Masayuki Koba and modified to oneko by
120 Tatsuya Kato, and modified furthermore by John Lerchey, Eric Anderson,
121 Toshihiro Kanda and Kiichiroh Mukose.
122
124 Send questions or problems to mukose@hbar.mp.es.osaka-u.ac.jp
125
126
127
128 ONEKO(6)