mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 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
|
|
@ -52,6 +52,8 @@ struct sway_mode {
|
|||
*/
|
||||
struct input_config {
|
||||
char *identifier;
|
||||
|
||||
int accel_profile;
|
||||
int click_method;
|
||||
int drag_lock;
|
||||
int dwt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue