sway: disable acceleration for all pointers
This commit is contained in:
parent
9e5870f3d4
commit
cf21221a97
|
@ -81,7 +81,7 @@ in
|
||||||
# Ignore PS4 controller touchpad events
|
# Ignore PS4 controller touchpad events
|
||||||
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
|
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
|
||||||
|
|
||||||
input."1133:16537:Logitech_G502_X_PLUS" = {
|
input."type:pointer" = {
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
pointer_accel = "0";
|
pointer_accel = "0";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue