diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-12-02 15:26:02 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-12-02 15:26:02 +0100 |
| commit | ea345acc22fbb3a0ac36a7d1ea43de3dae0f51a1 (patch) | |
| tree | 0d66397562ff673cf7eeff25e38ac81e35310e25 /.config | |
| parent | de9baa2ddebf828e57809cdb41dddc3ee56cb29e (diff) | |
update
Diffstat (limited to '.config')
| -rw-r--r-- | .config/kitty/kitty.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 3777c68..34dc1b5 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -24,6 +24,7 @@ #: bold_italic_font Operator Mono Medium Italic # font_size 11.0 +# font_family Fira Code font_size 14.0 #: Font size (in pts) @@ -512,8 +513,8 @@ focus_follows_mouse yes #: Window layout {{{ remember_window_size no -initial_window_width c640 -initial_window_height c480 +initial_window_width 640 +initial_window_height 480 #: If enabled, the window size will be remembered so that new #: instances of kitty will have the same size as the previous |
