From 3f9d6195755f9933c1a740b26a133b20a97739fc Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Wed, 8 Feb 2023 14:47:45 -0500 Subject: [PATCH] libinput device numbers changed on helix again --- dot_xinitrc.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dot_xinitrc.tmpl b/dot_xinitrc.tmpl index d354051..98d5b4b 100644 --- a/dot_xinitrc.tmpl +++ b/dot_xinitrc.tmpl @@ -34,9 +34,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi {{ if eq .chezmoi.hostname "helix" -}} -xinput set-prop 14 283 0 & -xinput set-prop 14 294 1 & -xinput set-prop 14 306 1 & +xinput set-prop 13 283 1 & +xinput set-prop 13 303 1 & {{- else if eq .chezmoi.hostname "triangulum" }} xinput set-prop 10 306 1 & {{- else if eq .chezmoi.hostname "hydrus" }}