Files
dotfiles/dot_config/sway/config.d/outputs.conf.tmpl
T
2026-08-02 06:58:37 -04:00

12 lines
543 B
Cheetah

{{ if eq .chezmoi.hostname "framework13pro" -}}
output eDP-1 mode 2880x1920@120Hz
{{- else if eq .chezmoi.hostname "flow" -}}
output DP-1 mode 3840x2160@240Hz scale 1.5 pos 0 0 adaptive_sync on
output DP-2 mode 2560x1440@240Hz scale 1.2 transform 90 pos 2560 -140 adaptive_sync off
output * allow_tearing yes max_render_time off
{{- else if eq .chezmoi.hostname "gata" -}}
# TODO: fill in gata's outputs (run: swaymsg -t get_outputs)
# output DP-1 mode 2560x1440@144Hz position 0 0
# output DP-2 mode 1920x1080@60Hz position 2560 0
{{- end }}