x11: Set x-detectable-auto-repeat to true by default

See #1735
This commit is contained in:
rdb
2025-12-06 21:10:44 +01:00
parent ea55924e59
commit 12facf4a59

View File

@@ -113,7 +113,7 @@ ConfigVariableBool x_send_startup_notification
"that it no longer needs to display a spinning mouse cursor."));
ConfigVariableBool x_detectable_auto_repeat
("x-detectable-auto-repeat", false,
("x-detectable-auto-repeat", true,
PRC_DESC("Set this true to enable detectable auto-repeat for keyboard input."));
/**