41 lines
778 B
Cheetah
41 lines
778 B
Cheetah
# vi: ft=swayconfig
|
|
#
|
|
output * bg $bg fill
|
|
|
|
{{- if eq .chezmoi.hostname "baryte" }}
|
|
|
|
output "Acer Technologies VG270U P 0x05217924" {
|
|
position 0 0
|
|
scale 1
|
|
adaptive_sync on
|
|
}
|
|
|
|
output "Acer Technologies VG270U P 0x9392CFAC" {
|
|
position 2560 0
|
|
scale 1
|
|
adaptive_sync on
|
|
}
|
|
|
|
|
|
workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
|
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
|
|
{{- end }}
|
|
|
|
{{- if eq .chezmoi.hostname "dubnium" }}
|
|
|
|
output "Acer Technologies VG270U P 0x05217924" {
|
|
position 0 0
|
|
scale 1
|
|
adaptive_sync on
|
|
}
|
|
|
|
output "Acer Technologies VG270U P 0x9392CFAC" {
|
|
position 2560 0
|
|
scale 1
|
|
adaptive_sync on
|
|
}
|
|
|
|
workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
|
workspace 2 output "Acer Technologies VG270U P 0x9392CFAC"
|
|
|
|
{{- end }}
|