From 579285b60441a55f4c76e31e6468670b0e7a9c4d Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Sat, 20 Jun 2026 14:13:09 +0200 Subject: [PATCH] Reduce default scrollbar-auto-hide to 500ms. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 84c3bee93..f744099c2 100644 --- a/options-table.c +++ b/options-table.c @@ -1416,7 +1416,7 @@ const struct options_table_entry options_table[] = { .scope = OPTIONS_TABLE_WINDOW, .minimum = 0, .maximum = INT_MAX, - .default_num = 1000, + .default_num = 500, .unit = "milliseconds", .text = "Time before auto-hidden pane scrollbars disappear." },