aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/input/repeat.c
AgeCommit message (Collapse)Author
2018-04-18Make key repeat configurableRyan Dwyer
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }