upd bigg
This commit is contained in:
parent
4c901ef8df
commit
b732f28833
4 changed files with 46 additions and 56 deletions
|
@ -6,20 +6,20 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
#font_family Mononoki Nerd Font Complete
|
||||
#bold_font Mononoki Nerd Font Complete Bold
|
||||
#italic_font Mononoki Nerd Font Complete Italic
|
||||
#bold_italic_font Mononoki Nerd Font Complete Bold Italic
|
||||
#font_family Mononoki Nerd Font Complete Mono
|
||||
#bold_font Mononoki Nerd Font Complete Mono Bold
|
||||
#italic_font Mononoki Nerd Font Complete Mono Italic
|
||||
#bold_italic_font Mononoki Nerd Font Complete Mono Bold Italic
|
||||
|
||||
font_family Fira Mono Medium
|
||||
font_family Fira Mono Medium
|
||||
bold_font Fira Mono Bold
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
# font_family OverpassMono Nerd Font
|
||||
# bold_font OverpassMono Nerd Font Bold
|
||||
# italic_font OverpassMono Nerd Font Italic
|
||||
# bold_italic_font OverpassMono Nerd Font Semibold
|
||||
# font_family Liberation Mono
|
||||
# bold_font Liberation Mono Bold
|
||||
# italic_font Liberation Mono Italic
|
||||
# bold_italic_font Liberation Mono Bold Italic
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
|
@ -34,6 +34,7 @@ bold_italic_font auto
|
|||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
#font_size 8.5
|
||||
font_size 9.0
|
||||
|
||||
#: Font size (in pts)
|
||||
|
@ -187,7 +188,8 @@ disable_ligatures never
|
|||
#: decreasing it lowers them. Decreasing the cell size might cause
|
||||
#: rendering artifacts, so use with care.
|
||||
|
||||
box_drawing_scale 0.001, 1, 1.5, 2
|
||||
# box_drawing_scale 0.001, 1, 1.5, 2
|
||||
box_drawing_scale 0.1, 0.5, 1, 1.5
|
||||
|
||||
#: The sizes of the lines used for the box drawing Unicode characters.
|
||||
#: These values are in pts. They will be scaled by the monitor DPI to
|
||||
|
@ -1278,7 +1280,7 @@ close_on_child_death yes
|
|||
|
||||
#: Relative paths are resolved from the kitty configuration directory.
|
||||
|
||||
allow_remote_control no
|
||||
allow_remote_control yes
|
||||
|
||||
#: Allow other programs to control kitty. If you turn this on, other
|
||||
#: programs can control all aspects of kitty, including sending text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue