mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Add input cmd for setting pointer accel profile.
This commit is contained in:
parent
68f0baf3ec
commit
de007c9b58
5 changed files with 41 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ struct input_config *new_input_config(const char* identifier) {
|
|||
input->click_method = INT_MIN;
|
||||
input->middle_emulation = INT_MIN;
|
||||
input->natural_scroll = INT_MIN;
|
||||
input->accel_profile = INT_MIN;
|
||||
input->pointer_accel = FLT_MIN;
|
||||
input->scroll_method = INT_MIN;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue