Merge pull request #2725 from PumbaPe/add-tap-and-drag

Add tap and drag to sway-input
This commit is contained in:
Drew DeVault 2018-09-30 13:44:11 +02:00 committed by GitHub
commit 8f6aca2166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 0 deletions

View file

@ -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;

View file

@ -93,6 +93,7 @@ struct input_config {
int accel_profile;
int click_method;
int drag;
int drag_lock;
int dwt;
int left_handed;