diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index e3b9017b..91bc2d99 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -659,8 +659,8 @@ bell_on_tab "🔔 " #: Window layout {{{ remember_window_size no -# initial_window_width 640 -# initial_window_height 400 +initial_window_width 1600 +initial_window_height 900 #: If enabled, the window size will be remembered so that new #: instances of kitty will have the same size as the previous @@ -669,7 +669,7 @@ remember_window_size no #: suffix of "c" on the width/height values to have them interpreted #: as number of cells instead of pixels. -enabled_layouts Fat, Grid, Tall +enabled_layouts Grid, Fat, Tall #: The enabled window layouts. A comma separated list of layout names. #: The special value all means all layouts. The first listed layout