fix: don't enable centered_view by default

And tweak default width.
This commit is contained in:
CJ van den Berg 2025-11-17 21:51:47 +01:00
parent 1600bf6406
commit 5b8c28e1e1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -46,8 +46,8 @@ home_style: WidgetStyle = .bars_top_bottom,
pane_left_style: WidgetStyle = .bar_right, pane_left_style: WidgetStyle = .bar_right,
pane_right_style: WidgetStyle = .bar_left, pane_right_style: WidgetStyle = .bar_left,
centered_view: bool = true, centered_view: bool = false,
centered_view_width: usize = 124, centered_view_width: usize = 145,
lsp_output: enum { quiet, verbose } = .quiet, lsp_output: enum { quiet, verbose } = .quiet,