aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Robert Kubosz <kubosz.robert@gmail.com>2018-07-11 22:03:06 +0200
committerLibravatar Robert Kubosz <kubosz.robert@gmail.com>2018-07-11 22:03:06 +0200
commit41b80c28dfafb9bc13b68e4d5d2811d311b59863 (patch)
treebbc7fe4664da4e25e9d66b87a216e64024856b31 /include/sway/commands.h
parentMerge pull request #2245 from RyanDwyer/floating-minmax-size (diff)
downloadsway-41b80c28dfafb9bc13b68e4d5d2811d311b59863.tar.gz
sway-41b80c28dfafb9bc13b68e4d5d2811d311b59863.tar.zst
sway-41b80c28dfafb9bc13b68e4d5d2811d311b59863.zip
add scroll button option
This commit introduces a scroll_button option, which is intended to be used with scroll_method. Now user can edit his sway config and add an scroll_button option to device section.
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index dda0606a..32d6cefd 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -207,6 +207,7 @@ sway_cmd input_cmd_natural_scroll;
207sway_cmd input_cmd_pointer_accel; 207sway_cmd input_cmd_pointer_accel;
208sway_cmd input_cmd_repeat_delay; 208sway_cmd input_cmd_repeat_delay;
209sway_cmd input_cmd_repeat_rate; 209sway_cmd input_cmd_repeat_rate;
210sway_cmd input_cmd_scroll_button;
210sway_cmd input_cmd_scroll_method; 211sway_cmd input_cmd_scroll_method;
211sway_cmd input_cmd_tap; 212sway_cmd input_cmd_tap;
212sway_cmd input_cmd_xkb_layout; 213sway_cmd input_cmd_xkb_layout;