From 2b9e4e94c0508f05781ac308c0396381590ab482 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Thu, 18 Dec 2025 04:36:15 -0500 Subject: [PATCH] generation 557 25.11.20250714.62e0f05 --- home/programs/nvim/plugins/smear.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/nvim/plugins/smear.lua b/home/programs/nvim/plugins/smear.lua index 953fdb8..59a3d59 100644 --- a/home/programs/nvim/plugins/smear.lua +++ b/home/programs/nvim/plugins/smear.lua @@ -6,6 +6,6 @@ require('smear_cursor').setup({ stiffness = 0.5, trailing_stiffness = 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, })