diff options
author | Drew DeVault <[email protected]> | 2018-04-19 08:56:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-19 08:56:03 -0400 |
commit | 21eb63cc9ebff4e843595c64e40b5707a158c925 (patch) | |
tree | 8be54bda3c472f31666e0d2fad5b5647d67c62e6 /sway/commands.c | |
parent | 9715e38ca82f891afdb824d02b7f19a2587e24c1 (diff) | |
parent | 2f0120e458cae47f38a3c09af174bae60964151c (diff) |
Merge branch 'master' into fullscreen
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 8ddc033b..2115bd8c 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -192,6 +192,8 @@ static struct cmd_handler input_handlers[] = { { "middle_emulation", input_cmd_middle_emulation }, { "natural_scroll", input_cmd_natural_scroll }, { "pointer_accel", input_cmd_pointer_accel }, + { "repeat_delay", input_cmd_repeat_delay }, + { "repeat_rate", input_cmd_repeat_rate }, { "scroll_method", input_cmd_scroll_method }, { "tap", input_cmd_tap }, { "xkb_layout", input_cmd_xkb_layout }, |