blob: a7e09cbb2c6c06a53d101d078d93f9a0a6618bc6 (
plain)
1
2
3
4
5
6
7
8
9
|
output "eDP-1" {
mode "1920x1080@60" // To know the displays run `niri msg outputs`
scale 1.25 // Integer fractional scaling for percentage fractional scaling
transform "normal"
}
output "HDMI-A-1" {
mode "1920x1080@100"
}
|