sway: disable acceleration for all pointers

This commit is contained in:
lelgenio 2024-10-09 17:36:43 -03:00 committed by Leonardo Eugênio
parent 44eb8af347
commit 8273c58980

View file

@ -81,7 +81,7 @@ in
# Ignore PS4 controller touchpad events
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
input."1133:16537:Logitech_G502_X_PLUS" = {
input."type:pointer" = {
accel_profile = "flat";
pointer_accel = "0";
};