// off
// Scale is a floating-point number, but at the moment only integer values work.
- scale 2.0
+ scale 1.0
// Resolution and, optionally, refresh rate of the output.
// The format is "<width>x<height>" or "<width>x<height>@<refresh rate>".
// 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 "5120x1440@120"
// Position of the output in the global coordinate space.
// This affects directional monitor actions like "focus-monitor-left", and cursor movement.
// so to put another output directly adjacent to it on the right, set its x to 1920.
// It the position is unset or results in an overlap, the output is instead placed
// automatically.
- position x=1280 y=0
+ position x=5120 y=0
}
layout {
// You can change how the focus ring looks.
focus-ring {
// Uncomment this line to disable the focus ring.
- // off
+ off
// How many logical pixels the ring extends out from the windows.
width 4
border {
// The settings are the same as for the focus ring.
// If you enable the border, you probably want to disable the focus ring.
- off
+ //off
- width 4
+ width 2
active-color 255 200 127 255
- inactive-color 80 80 80 255
+ //active-color 127 200 255 255
+ inactive-color 90 90 90 255
}
// You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between.
}
// You can change the default width of the new windows.
- default-column-width { proportion 0.5; }
+ default-column-width { proportion 0.33333; }
// If you leave the brackets empty, the windows themselves will decide their initial width.
// default-column-width {}
struts {
left 0
right 0
- top 8
- bottom 8
+ top 0
+ bottom 0
}
// When to center a column when changing focus, options are: