From 76a95786b9bd13afa54b305bff66b50757e59c48 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 4 Feb 2023 15:42:23 -0500 Subject: [PATCH] Update touchpad settings and exec line --- dot_xinitrc.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dot_xinitrc.tmpl b/dot_xinitrc.tmpl index a2c286d..c72758d 100644 --- a/dot_xinitrc.tmpl +++ b/dot_xinitrc.tmpl @@ -34,14 +34,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi {{ if eq .chezmoi.hostname "helix" -}} -xinput set-prop 13 283 1 -xinput set-prop 13 303 1 +xinput set-prop 14 283 0 & +xinput set-prop 14 294 1 & +xinput set-prop 14 306 1 & {{- else if eq .chezmoi.hostname "triangulum" }} -xinput set-prop 10 306 1 +xinput set-prop 10 306 1 & {{- else if eq .chezmoi.hostname "hydrus" }} xset m 10/10 100 r rate 500 30 b on & numlockx on & {{- end }} xsetroot -cursor_name left_ptr -exec dbus-launch --sh-syntax --exit-with-x11 bspwm +exec dbus-run-session bspwm