From 72e3fadb9ac3dd93153f7f6fb46f88cd00ef04c1 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 14 Feb 2024 19:55:31 +0400 Subject: default-config: Specify example refresh rate with 3 digits This is the format you need to use. --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 525f9aa3..001d0be4 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -76,7 +76,7 @@ input { // 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@144" + mode "1920x1080@120.030" // Position of the output in the global coordinate space. // This affects directional monitor actions like "focus-monitor-left", and cursor movement. -- cgit