From d3007e791984b61c4d4634a449c37cb8a3701861 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Fri, 30 Dec 2022 03:28:35 -0500 Subject: [PATCH] Add & after xinput commands --- dot_xinitrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_xinitrc.tmpl b/dot_xinitrc.tmpl index ed4d436..3343d2b 100644 --- a/dot_xinitrc.tmpl +++ b/dot_xinitrc.tmpl @@ -34,9 +34,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi {{ if eq .chezmoi.hostname "helix" -}} -xinput set-prop 13 312 .8 +xinput set-prop 13 312 .8 & {{ else if eq .chezmoi.hostname "triangulum" -}} -xinput set-prop 10 306 1 +xinput set-prop 10 306 1 & {{- end }} xsetroot -cursor_name left_ptr & exec bspwm