From de007c9b58fa5fda767196321a72dc9a39609efb Mon Sep 17 00:00:00 2001 From: Jasen Borisov Date: Sun, 1 May 2016 11:02:44 +0100 Subject: Add input cmd for setting pointer accel profile. --- sway/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/input.c') diff --git a/sway/input.c b/sway/input.c index fe0d1aff..1f3e99e7 100644 --- a/sway/input.c +++ b/sway/input.c @@ -21,6 +21,7 @@ struct input_config *new_input_config(const char* identifier) { input->click_method = INT_MIN; input->middle_emulation = INT_MIN; input->natural_scroll = INT_MIN; + input->accel_profile = INT_MIN; input->pointer_accel = FLT_MIN; input->scroll_method = INT_MIN; -- cgit v1.2.3-54-g00ecf