mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
add tap-and-drag setting to sway-input
This commit is contained in:
parent
ca7084cb52
commit
ae2b70f59e
8 changed files with 44 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
static struct cmd_handler input_handlers[] = {
|
||||
{ "accel_profile", input_cmd_accel_profile },
|
||||
{ "click_method", input_cmd_click_method },
|
||||
{ "drag", input_cmd_drag },
|
||||
{ "drag_lock", input_cmd_drag_lock },
|
||||
{ "dwt", input_cmd_dwt },
|
||||
{ "events", input_cmd_events },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue