input config

This commit is contained in:
Tony Crisci 2017-12-11 04:17:14 -05:00
parent 9ae906cd37
commit 462a451328
17 changed files with 490 additions and 26 deletions

View file

@ -10,6 +10,18 @@ sway_sources = files(
'commands/exec.c',
'commands/exec_always.c',
'commands/include.c',
'commands/input.c',
'commands/input/accel_profile.c',
'commands/input/click_method.c',
'commands/input/drag_lock.c',
'commands/input/dwt.c',
'commands/input/events.c',
'commands/input/left_handed.c',
'commands/input/middle_emulation.c',
'commands/input/natural_scroll.c',
'commands/input/pointer_accel.c',
'commands/input/scroll_method.c',
'commands/input/tap.c',
'config.c',
'ipc-json.c',
'ipc-server.c',