dotfiles/config/niri/cfg/display.kdl

27 lines
706 B
Plaintext

// ────────────── Output Configuration ──────────────
// You can run `niri msg outputs` to get the correct name for your displays.
// You will have to remove "/-" and edit it before it takes effect.
// https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs
output "DP-1" {
mode "1920x1080@239.760" // Set resolution and refresh rate
scale 1 // No scaling (use 2 for HiDPI)
position x=1920 y=0
variable-refresh-rate
focus-at-startup
}
output "DP-3" {
mode "1920x1080@59.988"
scale 1
position x=0 y=0
}
output "DP-2" {
mode "1920x1080@119.982"
scale 1
position x=3840 y=0
variable-refresh-rate
}