aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-18 23:57:28 -0400
committerGitHub <noreply@github.com>2018-04-18 23:57:28 -0400
commit2f0120e458cae47f38a3c09af174bae60964151c (patch)
treeec383be2db8def6d41c06cc4333ef6175b105b1a /sway/meson.build
parentd668d5789238f1e2865599cf1b7ffeb518ee8318 (diff)
parent9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (diff)
downloadsway-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.build2
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',