commit 0f2065dfd22e1741a712bc0643df73d3b3b4b974 parent 8aa927de6d45fa0b37deb582f402c88c016afde7 Author: Chris <chris@echoz.io> Date: Mon, 1 Dec 2025 20:09:25 +0100 fix(tp): disable correct trackpad Diffstat:
| M | hosts/tp/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/tp/default.nix b/hosts/tp/default.nix @@ -36,7 +36,7 @@ wayland.windowManager.hyprland.settings = { device = [ { - name = "synps/2-synaptics-touchpad"; + name = "elan0676:00-04f3:3195-touchpad"; enabled = false; } ];