dotfiles/dot_config/hypr/monitors.conf.tmpl

17 lines
394 B
Cheetah
Raw Normal View History

2025-04-08 15:33:51 +02:00
################
### MONITORS ###
################
monitor=,preferred,auto,auto
# machine-specific configuration
2025-04-08 15:33:51 +02:00
{{- if eq .chezmoi.hostname "sri-laptop-fedora" }}
monitor = DVI-I-2, 1920x1080, 0x0, 1
monitor = DVI-I-1, 1920x1080, 1920x0, 1
monitor = eDP-1, 1920x1080, 3840x0, 1
{{- end }}
2025-04-12 12:50:44 +02:00
{{- if eq .chezmoi.hostname "simono41-macbookair" }}
monitor = eDP-1, 2560x1600, 0x0, 1.6
{{- end }}