summaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-18 23:19:23 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-04-18 23:19:23 +1000
commit5b30391383be7e31ae1b213f2a6095bd7a95defc (patch)
tree96ad3f77bf2538401d5538e0e0ba9c12c99f32b6 /sway/meson.build
parentMerge pull request #1819 from emersion/destroy-display (diff)
downloadsway-5b30391383be7e31ae1b213f2a6095bd7a95defc.tar.gz
sway-5b30391383be7e31ae1b213f2a6095bd7a95defc.tar.zst
sway-5b30391383be7e31ae1b213f2a6095bd7a95defc.zip
Make key repeat configurable
This creates two input commands for configuring the repeat delay and rate. Example config: input "myidentifier" { repeat_delay 250 repeat_rate 25 }
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 9e55e335..7dfda254 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -90,6 +90,7 @@ sway_sources = files(
90 'commands/input/middle_emulation.c', 90 'commands/input/middle_emulation.c',
91 'commands/input/natural_scroll.c', 91 'commands/input/natural_scroll.c',
92 'commands/input/pointer_accel.c', 92 'commands/input/pointer_accel.c',
93 'commands/input/repeat.c',
93 'commands/input/scroll_method.c', 94 'commands/input/scroll_method.c',
94 'commands/input/tap.c', 95 'commands/input/tap.c',
95 'commands/input/xkb_layout.c', 96 'commands/input/xkb_layout.c',