diff options
Diffstat (limited to 'mousetrails.xml.in')
-rw-r--r-- | mousetrails.xml.in | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/mousetrails.xml.in b/mousetrails.xml.in index dea4b5f..ff17f9d 100644 --- a/mousetrails.xml.in +++ b/mousetrails.xml.in @@ -8,13 +8,13 @@ <relation type="after"> <plugin>cube</plugin> </relation> - <requirement> + <!--<requirement> <plugin>mousepoll</plugin> - </requirement> + </requirement>--> </deps> <display> <group> - <_short>General</_short> + <_short>Trail Toggle</_short> <option name="initiate" type="key"> <_short>Initiate</_short> <_long>Toggle the mouse pointer trail.</_long> @@ -27,14 +27,14 @@ <_short>Trail Options</_short> <option name="num_particles" type="int"> <_short>Trail Length</_short> - <_long>Length of the mouse trail</_long> + <_long>Length of the mouse trail (in trail elements)</_long> <default>20</default> <min>1</min> <max>50</max> </option> <option name="alpha" type="float"> <_short>Initial Opacity</_short> - <_long>Initial opacity of the trails elements.</_long> + <_long>Initial opacity of the trails elements before fading out.</_long> <default>0.5</default> <min>0.1</min> <max>1.0</max> @@ -49,10 +49,17 @@ </option> <option name="threshold" type="int"> <_short>Threshold</_short> - <_long>The minimum distance from the current mouse position before creating a trail element.</_long> - <default>5</default> + <_long>The minimum distance (in pixels) from the current mouse position the cursor must travel before creating a new trail element. This helps prevent precision operations like text selecting from being blurred over with trails.</_long> + <default>1</default> <min>1</min> - <max>100</max> + <max>10</max> + </option> + <option name="skip" type="int"> + <_short>Distance</_short> + <_long>The distance between cursor trail elements (in X cursor position checks)</_long> + <default>4</default> + <min>1</min> + <max>10</max> </option> <option name="size" type="int"> <_short>Size</_short> @@ -86,10 +93,10 @@ </option> <option name="colorrate" type="int"> <_short>Color Change Rate</_short> - <_long>Rate the colors change.</_long> + <_long>Rate that the random colors change.</_long> <default>10</default> <min>2</min> - <max>1000</max> + <max>100</max> </option> </group> </screen> |