blob: 2d6806a1ef7203a20b5856803411167728e25fb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0"?>
<compiz>
<plugin name="wormouse" useBcop="true">
<short>Wormy Mouse</short>
<long>Let your mouse pointer follow you</long>
<category>Extras</category>
<deps>
<relation type="after">
<plugin>imgpng</plugin>
<plugin>mousepoll</plugin>
</relation>
<requirement>
<plugin>imgpng</plugin>
<plugin>mousepoll</plugin>
</requirement>
</deps>
<options>
<group>
<option name="tail_factor" type="float">
<_short>Pivot Factor</_short>
<_long>The distance from hotspot (through center) to rotation pivot</_long>
<default>1.5</default>
<min>0.01</min>
<max>10</max>
<precision>0.01</precision>
</option>
<option name="show_hotspot" type="bool">
<_short>Show hotspot</_short>
<_long>Mainly for debugging purposes, show the hotspot</_long>
<default>false</default>
</option>
<option name="hotspot_x" type="int">
<_short>Hotspot-x</_short>
<_long>X Coordinate of the image's hotspot</_long>
<default>3</default>
</option>
<option name="hotspot_y" type="int">
<_short>Hotspot-y</_short>
<_long>Y Coordinate of the image's hotspot</_long>
<default>5</default>
</option>
<option name="cursor_image" type="string">
<_short>Cursor Image</_short>
<_long>Image to use for the cursor</_long>
<hints>file;image;</hints>
<default>wormouse.png</default>
</option>
</group>
</options>
</plugin>
</compiz>
|