mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Update default repeat_delay to improve holding delete and vim motions
In my testing, this is the lowest you can go without causing any issues with double key presses.
This commit is contained in:
@@ -11,7 +11,7 @@ input {
|
||||
|
||||
# Change speed of keyboard repeat
|
||||
repeat_rate = 40
|
||||
repeat_delay = 600
|
||||
repeat_delay = 250
|
||||
|
||||
# Start with numlock on by default
|
||||
numlock_by_default = true
|
||||
|
||||
Reference in New Issue
Block a user