mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
xinput id for trackpad changed
This commit is contained in:
parent
de23ad58bf
commit
df8ed53876
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "helix" -}}
|
{{ if eq .chezmoi.hostname "helix" -}}
|
||||||
xinput set-prop 13 285 1 &
|
xinput set-prop 11 285 1 &
|
||||||
xinput set-prop 13 305 1 &
|
xinput set-prop 11 305 1 &
|
||||||
{{- else if eq .chezmoi.hostname "triangulum" }}
|
{{- else if eq .chezmoi.hostname "triangulum" }}
|
||||||
xinput set-prop 10 306 1 &
|
xinput set-prop 10 306 1 &
|
||||||
{{- else if eq .chezmoi.hostname "hydrus" }}
|
{{- else if eq .chezmoi.hostname "hydrus" }}
|
||||||
|
|
Loading…
Reference in a new issue