generation 557 25.11.20250714.62e0f05

This commit is contained in:
2025-12-18 04:36:15 -05:00
parent 29cc4418ee
commit 2b9e4e94c0

View File

@@ -6,6 +6,6 @@ require('smear_cursor').setup({
stiffness = 0.5, stiffness = 0.5,
trailing_stiffness = 0.5, trailing_stiffness = 0.5,
matrix_pixel_threshold = 0.5, matrix_pixel_threshold = 0.5,
damping = 1, -- how "bouncy" the cursor is damping = 0.9999, -- how "bouncy" the cursor is. 1 makes the cursor freeze in the top left lmao
smear_insert_mode = false, smear_insert_mode = false,
}) })