aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-09-29 11:49:41 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-09-29 11:49:41 +0200
commit067db64a2db52ff8e1ad2b5582b1467470cd7ee2 (patch)
treedcd6007eede8002b9b2306311a6ec4cc19b2bdd6 /include
parente19a780fb28fc51d81cfc3999559e04dee028273 (diff)
add tap-and-drag setting to sway-input
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 1654eb48..bfca6d1e 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -217,6 +217,7 @@ sway_cmd bar_colors_cmd_urgent_workspace;
sway_cmd input_cmd_seat;
sway_cmd input_cmd_accel_profile;
sway_cmd input_cmd_click_method;
+sway_cmd input_cmd_drag;
sway_cmd input_cmd_drag_lock;
sway_cmd input_cmd_dwt;
sway_cmd input_cmd_events;
diff --git a/include/sway/config.h b/include/sway/config.h
index af5c7a18..2e532f7e 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -93,6 +93,7 @@ struct input_config {
int accel_profile;
int click_method;
+ int drag;
int drag_lock;
int dwt;
int left_handed;