mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
default-config: Specify example refresh rate with 3 digits
This is the format you need to use.
This commit is contained in:
@@ -76,7 +76,7 @@ input {
|
|||||||
// for the resolution.
|
// for the resolution.
|
||||||
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
|
// 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.
|
// 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.
|
// Position of the output in the global coordinate space.
|
||||||
// This affects directional monitor actions like "focus-monitor-left", and cursor movement.
|
// This affects directional monitor actions like "focus-monitor-left", and cursor movement.
|
||||||
|
|||||||
Reference in New Issue
Block a user