sway: Ignore PS4 controller touchpad events
This commit is contained in:
parent
25c8833ec3
commit
2b642b2aaf
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue