From a38be99ea03587438aed8568e09ea45639eaa692 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri <andrea.ciceri@autistici.org> Date: Thu, 9 Jan 2025 11:55:02 +0100 Subject: [PATCH] Fix niri config for `kirk`'s monitor --- hmModules/niri/config.kdl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hmModules/niri/config.kdl b/hmModules/niri/config.kdl index 5a3b61f..f854297 100644 --- a/hmModules/niri/config.kdl +++ b/hmModules/niri/config.kdl @@ -75,7 +75,7 @@ environment { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // Remember to uncomment the node by removing "/-"! -/-output "eDP-1" { +output "eDP-1" { // Uncomment this line to disable this output. // off @@ -85,12 +85,12 @@ environment { // for the resolution. // If the mode is omitted altogether or is invalid, niri will pick one automatically. // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. - mode "1920x1080@120.030" + mode "1920x1080@59.999" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2 + scale 1.2 - // Transform allows to rotate the output counter-clockwise, valid values are: + // Transform allows to rotate the output counter-clockwise, valid values are:monitor // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. transform "normal" @@ -103,7 +103,7 @@ environment { // so to put another output directly adjacent to it on the right, set its x to 1920. // If the position is unset or results in an overlap, the output is instead placed // automatically. - position x=1280 y=0 + // position x=1280 y=0 } // Settings that influence how windows are positioned and sized.