From 47855e40f4d65a8905fbe592735256c6ee86eca4 Mon Sep 17 00:00:00 2001 From: Jonathan David Dominguez Date: Sun, 24 Sep 2023 09:56:12 -0300 Subject: [PATCH] =?UTF-8?q?feat(kitty.config):=20Agregue=20el=20tama=C3=B1?= =?UTF-8?q?o=20por=20defecto=20de=20la=20terminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/kitty.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/kitty.conf b/config/kitty.conf index 1dde98e..61978d7 100644 --- a/config/kitty.conf +++ b/config/kitty.conf @@ -11,7 +11,11 @@ inactive_tab_background #e06c75 active_tab_background #98c379 inactive_tab_foreground #000000 tab_bar_margin_color black - +# Configura el tamaño de la terminal +default_window_width 800 +default_window_height 900 +# Centra la ventana en la pantalla +window_center true # Configuración de atajos de teclado personalizados # Cargar un archivo de configuración map ctrl+shift+f5 load_config_file