aboutsummaryrefslogtreecommitdiff
path: root/src/im.lua
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-12 18:16:46 -0400
committeriamcheeseman <[email protected]>2026-03-12 18:16:46 -0400
commitf5d00397e02fde75e3c63e9872ac5625bd961794 (patch)
tree44d65f591e41632da1a3fb3eeced49e3b899e14d /src/im.lua
parent2b3245f44fecbf2e426bb28f522a24e00662c610 (diff)
increase ui scroll speed
Diffstat (limited to 'src/im.lua')
-rw-r--r--src/im.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im.lua b/src/im.lua
index 2737ed5..cb583ff 100644
--- a/src/im.lua
+++ b/src/im.lua
@@ -9,7 +9,7 @@ im = {
text = {0.8, 0.8, 0.8},
},
padding = 1,
- scroll_speed = 5,
+ scroll_speed = 15,
slider_handle_width = 5,
resize_handle_size = 5,
}