aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 37b97665..8e5e33c3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -52,6 +52,8 @@ struct sway_mode {
52 */ 52 */
53struct input_config { 53struct input_config {
54 char *identifier; 54 char *identifier;
55
56 int accel_profile;
55 int click_method; 57 int click_method;
56 int drag_lock; 58 int drag_lock;
57 int dwt; 59 int dwt;