17 lines
265 B
Cheetah
17 lines
265 B
Cheetah
{{ if eq .hosttype "desktop" -}}
|
|
input "type:touchpad" {
|
|
events disabled
|
|
}
|
|
|
|
{{- end}}
|
|
{{ if eq .hosttype "laptop" -}}
|
|
input "2362:4931:PIXA3854:00_093A:1343_Touchpad" {
|
|
tap enabled
|
|
}
|
|
|
|
{{- end }}
|
|
input "type:pointer" {
|
|
accel_profile flat
|
|
pointer_accel 0
|
|
}
|