Add default window size, change default layout to Grid
This commit is contained in:
parent
6b2d664e0d
commit
c4cadedada
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue