sway: configure mouse
This commit is contained in:
parent
2457164e1b
commit
9c664ca2ac
3 changed files with 22 additions and 0 deletions
|
@ -79,6 +79,12 @@ in
|
|||
};
|
||||
# Ignore PS4 controller touchpad events
|
||||
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
|
||||
|
||||
input."1133:16537:Logitech_G502_X_PLUS" = {
|
||||
accel_profile = "flat";
|
||||
pointer_accel = "0";
|
||||
};
|
||||
|
||||
input."type:touchpad" = {
|
||||
# Disable While Typing
|
||||
dwt = "enabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue