diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-05-01 07:15:17 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-05-01 07:15:17 -0400 |
commit | f7869d815a17b062f867478ceacc8c1d1cbac6c2 (patch) | |
tree | 2e2ac142780cd6689635c6ce37917d6eb39d2007 /include | |
parent | 68f0baf3ec3846e4f0ac7cecc12ed5ae9ad68546 (diff) | |
parent | de007c9b58fa5fda767196321a72dc9a39609efb (diff) |
Merge pull request #624 from tajjada/add-input-accel-profile
Add input cmd for setting pointer accel profile.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 37b97665..8e5e33c3 100644 --- a/include/config.h +++ b/include/config.h @@ -52,6 +52,8 @@ struct sway_mode { */ struct input_config { char *identifier; + + int accel_profile; int click_method; int drag_lock; int dwt; |