Add input cmd for setting pointer accel profile.

This commit is contained in:
Jasen Borisov 2016-05-01 11:02:44 +01:00
parent 68f0baf3ec
commit de007c9b58
5 changed files with 41 additions and 2 deletions

View file

@ -52,6 +52,8 @@ struct sway_mode {
*/
struct input_config {
char *identifier;
int accel_profile;
int click_method;
int drag_lock;
int dwt;