Updated sway for flow
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
|
{{ if eq .hosttype "desktop" -}}
|
||||||
|
input "type:touchpad" {
|
||||||
|
events disabled
|
||||||
|
}
|
||||||
|
|
||||||
|
{{- end}}
|
||||||
{{ if eq .hosttype "laptop" -}}
|
{{ if eq .hosttype "laptop" -}}
|
||||||
|
input "2362:4931:PIXA3854:00_093A:1343_Touchpad" {
|
||||||
|
tap enabled
|
||||||
|
}
|
||||||
|
|
||||||
|
{{- end }}
|
||||||
input "type:pointer" {
|
input "type:pointer" {
|
||||||
accel_profile flat
|
accel_profile flat
|
||||||
pointer_accel 0
|
pointer_accel 0
|
||||||
}
|
}
|
||||||
|
|
||||||
input "2362:4931:PIXA3854:00_093A:1343_Touchpad" {
|
|
||||||
tap enabled
|
|
||||||
}
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{{ if eq .chezmoi.hostname "framework13pro" -}}
|
{{ if eq .chezmoi.hostname "framework13pro" -}}
|
||||||
output eDP-1 mode 2880x1920@120Hz
|
output eDP-1 mode 2880x1920@120Hz
|
||||||
{{- else if eq .chezmoi.hostname "flow" -}}
|
{{- else if eq .chezmoi.hostname "flow" -}}
|
||||||
# TODO: fill in flow's outputs (run: swaymsg -t get_outputs)
|
output DP-1 mode 3840x2160@240Hz scale 1.5 pos 0 0 adaptive_sync on
|
||||||
# output DP-1 mode 2560x1440@144Hz position 0 0
|
output DP-2 mode 2560x1440@240Hz scale 1.2 transform 90 pos 2560 -140 adaptive_sync off
|
||||||
# output DP-2 mode 2560x1440@144Hz position 2560 0
|
output * allow_tearing yes max_render_time off
|
||||||
{{- else if eq .chezmoi.hostname "gata" -}}
|
{{- else if eq .chezmoi.hostname "gata" -}}
|
||||||
# TODO: fill in gata's outputs (run: swaymsg -t get_outputs)
|
# TODO: fill in gata's outputs (run: swaymsg -t get_outputs)
|
||||||
# output DP-1 mode 2560x1440@144Hz position 0 0
|
# output DP-1 mode 2560x1440@144Hz position 0 0
|
||||||
|
|||||||
Reference in New Issue
Block a user