Updated sway for flow

This commit is contained in:
2026-08-02 06:58:37 -04:00
parent e40dddcd60
commit 1f62ddd4ac
2 changed files with 14 additions and 8 deletions
+11 -5
View File
@@ -1,10 +1,16 @@
{{ 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
}
input "2362:4931:PIXA3854:00_093A:1343_Touchpad" {
tap enabled
}
{{- end }}