aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authorLibravatar Tudor Brindus <me@tbrindus.ca>2020-06-19 14:11:57 -0400
committerLibravatar Simon Ser <contact@emersion.fr>2020-10-12 15:01:37 +0200
commited247c031cb9783deb5c04631b53c5ac6c432eb7 (patch)
tree3b8aa74d49d6e6cb1518cd749854cba13728f259 /include/sway/commands.h
parentinput/cursor: default tablet lens tool to relative motion (diff)
downloadsway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.tar.gz
sway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.tar.zst
sway-ed247c031cb9783deb5c04631b53c5ac6c432eb7.zip
input/tablet: add tool_mode option to set tablet tools as relative input
Closes #4139.
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 f549626b..964b3661 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -264,6 +264,7 @@ sway_cmd input_cmd_scroll_button;
264sway_cmd input_cmd_scroll_method; 264sway_cmd input_cmd_scroll_method;
265sway_cmd input_cmd_tap; 265sway_cmd input_cmd_tap;
266sway_cmd input_cmd_tap_button_map; 266sway_cmd input_cmd_tap_button_map;
267sway_cmd input_cmd_tool_mode;
267sway_cmd input_cmd_xkb_capslock; 268sway_cmd input_cmd_xkb_capslock;
268sway_cmd input_cmd_xkb_file; 269sway_cmd input_cmd_xkb_file;
269sway_cmd input_cmd_xkb_layout; 270sway_cmd input_cmd_xkb_layout;