aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-14 19:55:31 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-14 19:55:31 +0400
commit72e3fadb9ac3dd93153f7f6fb46f88cd00ef04c1 (patch)
tree9b7ee147346f42e5a19ed6147a977262e6691ae9
parent78cda2e67fe8cee66ec1b64914031430aedd8733 (diff)
downloadniri-72e3fadb9ac3dd93153f7f6fb46f88cd00ef04c1.tar.gz
niri-72e3fadb9ac3dd93153f7f6fb46f88cd00ef04c1.tar.bz2
niri-72e3fadb9ac3dd93153f7f6fb46f88cd00ef04c1.zip
default-config: Specify example refresh rate with 3 digits
This is the format you need to use.
-rw-r--r--resources/default-config.kdl2
1 files changed, 1 insertions, 1 deletions
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.