You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -141,16 +141,27 @@ You can also change the "bounciness" of the smear by adjusting the `damping` and
141
141
>
142
142
> Feel free to experiment with all the configuration options, but be aware that some combinations may cause your cursor to flicker or even **catch fire**. That can happen with the following settings:
143
143
> ```lua
144
-
>opts= {
145
-
>cursor_color="#ff8800",
146
-
>stiffness=0.3,
147
-
>trailing_stiffness=0.1,
148
-
>damping=0.5,
149
-
>trailing_exponent=5,
150
-
>never_draw_over_target=true,
151
-
>hide_target_hack=true,
152
-
>gamma=1,
153
-
> }
144
+
>opts= {
145
+
>cursor_color="#ff4000",
146
+
>particles_enabled=true,
147
+
>stiffness=0.5,
148
+
>trailing_stiffness=0.2,
149
+
>trailing_exponent=5,
150
+
>damping=0.6,
151
+
>gradient_exponent=0,
152
+
>gamma=1,
153
+
>never_draw_over_target=true, -- if you want to actually see under the cursor
0 commit comments