diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
| commit | ea73642a3c82b5e58f6f7f42878bc695e7189efe (patch) | |
| tree | 96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.config/niri/cfg/display.kdl | |
| download | dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2 dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip | |
Initial commit
Diffstat (limited to '.config/niri/cfg/display.kdl')
| -rw-r--r-- | .config/niri/cfg/display.kdl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/niri/cfg/display.kdl b/.config/niri/cfg/display.kdl new file mode 100644 index 0000000..89f338b --- /dev/null +++ b/.config/niri/cfg/display.kdl @@ -0,0 +1,9 @@ +// ────────────── 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 "2560x1440@359.979" // Set resolution and refresh rate + scale 1 // No scaling (use 2 for HiDPI) +}
\ No newline at end of file |
