From ccd7c687026ecca6f6d43b843a805089b5bfe4b1 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:11:43 +0100 Subject: [PATCH] chore(config): default configuration now uses 100% of terminal screen space (#47) --- .config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/config.toml b/.config/config.toml index 9036aad..1479538 100644 --- a/.config/config.toml +++ b/.config/config.toml @@ -22,7 +22,7 @@ use_nerd_font_icons = false # │ │ # │ │ # └───────────────────────────────────────┘ -ui_scale = 80 +ui_scale = 100 # Whether to show the top help bar in the UI show_help_bar = true