aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
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 /include/sway/config.h
parentd668d5789238f1e2865599cf1b7ffeb518ee8318 (diff)
parent9ab61716b5017fc2aec3ed03bd4687dfb8c5fe9f (diff)
Merge pull request #1823 from RyanDwyer/key-repeat
Make key repeat configurable
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ed49fbbd..085f7b92 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -65,6 +65,8 @@ struct input_config {
int middle_emulation;
int natural_scroll;
float pointer_accel;
+ int repeat_delay;
+ int repeat_rate;
int scroll_method;
int send_events;
int tap;