From 0dd177a80b2c6e2bdb49b8127f49ab123a199b17 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Mon, 3 Jun 2024 13:53:17 -0500 Subject: [PATCH] update kitty to launch at 1000x600 --- kitty/kitty.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 42a422f..c8c13e1 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -777,9 +777,9 @@ font_family Fantasque Sans Mono #: Window layout {{{ -# remember_window_size yes -# initial_window_width 640 -# initial_window_height 400 + remember_window_size no + initial_window_width 1000 + initial_window_height 600 #: If enabled, the OS Window size will be remembered so that new #: instances of kitty will have the same size as the previous