From ac221e9aaaf4d2c57284b1f41e9828bb0c34c4a3 Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Fri, 30 Dec 2022 07:37:20 -0500 Subject: [PATCH] [O] kitty: Remember window size --- config-sync/.config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-sync/.config/kitty/kitty.conf b/config-sync/.config/kitty/kitty.conf index 91481d4..d0d627d 100644 --- a/config-sync/.config/kitty/kitty.conf +++ b/config-sync/.config/kitty/kitty.conf @@ -58,7 +58,7 @@ enabled_layouts * # If enabled, the window size will be remembered so that new instances of kitty will have the same # size as the previous instance. If disabled, the window will initially have size configured # by initial_window_width/height, in pixels. -remember_window_size no +remember_window_size yes initial_window_width 640 initial_window_height 400