sway: Ignore PS4 controller touchpad events

This commit is contained in:
Leonardo Eugênio 2024-01-22 20:37:43 -03:00
parent 25c8833ec3
commit 2b642b2aaf

View file

@ -61,6 +61,8 @@ in
names = [ font.interface ]; names = [ font.interface ];
size = font.size.medium * 1.0; size = font.size.medium * 1.0;
}; };
# Ignore PS4 controller touchpad events
input."1356:2508:Wireless_Controller_Touchpad".events = "disabled";
input."type:touchpad" = { input."type:touchpad" = {
# Disable While Typing # Disable While Typing
dwt = "enabled"; dwt = "enabled";