2026-06-19 17:01:56 +03:00

48 lines
832 B
Plaintext

### Home configuration
output "LG Electronics LG TV 0x01010101" {
mode 1920x1080
scale 1
alias $HOME_TV
}
output "LG Electronics MP59G 0x000732C8" {
mode 1920x1080@74.973
scale 1
alias $HOME_MONITOR
}
profile home_one {
output $HOME_MONITOR position 0,0 enable
}
profile home {
output $HOME_MONITOR position 0,0 enable
output $HOME_TV position 0,-1080 enable
}
### Office configuration
output "ViewSonic Corporation VA2445 SERIES TSQ142000090" {
mode 1920x1080
scale 1
alias $OFFICE_MAIN
}
output "ViewSonic Corporation VA2445 SERIES TSQ142000093" {
mode 1920x1080
scale 1
alias $OFFICE_SECOND
}
profile office {
output $OFFICE_MAIN position 0,0
output $OFFICE_SECOND position 1920,0
}
profile office_one {
output $OFFICE_MAIN position 0,0 enable
}