From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .config/niri/cfg/display.kdl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/niri/cfg/display.kdl (limited to '.config/niri/cfg/display.kdl') 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 -- cgit v1.3.1