diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-18 23:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 23:57:28 -0400 |
commit | 2f0120e458cae47f38a3c09af174bae60964151c (patch) | |
tree | ec383be2db8def6d41c06cc4333ef6175b105b1a /sway/meson.build | |
parent | d668d5789238f1e2865599cf1b7ffeb518ee8318 (diff) | |
parent | 9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (diff) | |
download | sway-2f0120e458cae47f38a3c09af174bae60964151c.tar.xz |
Merge pull request #1823 from RyanDwyer/key-repeat
Make key repeat configurable
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 9e55e335..4ceb07b4 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -90,6 +90,8 @@ sway_sources = files( 'commands/input/middle_emulation.c', 'commands/input/natural_scroll.c', 'commands/input/pointer_accel.c', + 'commands/input/repeat_delay.c', + 'commands/input/repeat_rate.c', 'commands/input/scroll_method.c', 'commands/input/tap.c', 'commands/input/xkb_layout.c', |