From 70bc4c3ab6c408850543d827f788ef310fdb269c Mon Sep 17 00:00:00 2001 From: Spencer Michaels Date: Sat, 17 Nov 2018 14:31:33 -0500 Subject: Add scroll factor config option. --- include/sway/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/config.h') diff --git a/include/sway/config.h b/include/sway/config.h index 79c4359b..658b4a01 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -100,6 +100,7 @@ struct input_config { int middle_emulation; int natural_scroll; float pointer_accel; + float scroll_factor; int repeat_delay; int repeat_rate; int scroll_button; -- cgit v1.2.3