From 2b642b2aaf010bdae5f3ec39c0f0c2dcbd148eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 22 Jan 2024 20:37:43 -0300 Subject: [PATCH] sway: Ignore PS4 controller touchpad events --- user/sway/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user/sway/default.nix b/user/sway/default.nix index 0449e30..7f7b8b8 100644 --- a/user/sway/default.nix +++ b/user/sway/default.nix @@ -61,6 +61,8 @@ in names = [ font.interface ]; size = font.size.medium * 1.0; }; + # Ignore PS4 controller touchpad events + input."1356:2508:Wireless_Controller_Touchpad".events = "disabled"; input."type:touchpad" = { # Disable While Typing dwt = "enabled";