From 46d276a75883154509bae4c9ff23c2100a131a93 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 1 Aug 2020 16:04:52 +0000 Subject: [PATCH] Fix touchpad device name --- home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager.nix b/home-manager.nix index a3f392a..8345aef 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -120,7 +120,7 @@ in { enable = true; windowManager.command = "exec xmonad"; initExtra = '' - touchpad=$(xinput | grep -o 'TouchPad.*id=[0-9]*' | cut -d '=' -f 2) + touchpad=$(xinput | grep -o 'Synaptics.*id=[0-9]*' | cut -d '=' -f 2) trackpoint=$(xinput | grep -o 'TrackPoint.*id=[0-9]*' | cut -d '=' -f 2) xsetroot -solid '#000000'