Add font resources and terminal config
Configure the term to utilize a nicer looking / easier to read font.
This commit is contained in:
parent
94f759dbf4
commit
a19149d2de
17 changed files with 130 additions and 1 deletions
26
kitty.conf
26
kitty.conf
|
|
@ -1,3 +1,29 @@
|
|||
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
|
||||
|
||||
#: Fonts {{{
|
||||
font_family Source Code Pro Medium
|
||||
bold_font Source Code Pro Bold
|
||||
italic_font Source Code Pro Medium Italic
|
||||
bold_italic_font Source Code Pro Bold Italic
|
||||
font_size 14.0
|
||||
|
||||
disable_ligatures cursor
|
||||
|
||||
#:}}}
|
||||
|
||||
|
||||
#: Tab Bar {{{
|
||||
|
||||
tab_bar_edge top
|
||||
tab_bar_style separator
|
||||
tab_bar_min_tabs 0
|
||||
tab_separator "┃"
|
||||
|
||||
#: }}}
|
||||
|
||||
|
||||
visual_bell_duration 0.1
|
||||
|
||||
|
||||
map ctrl+shift+1 new_tab efx_session 0
|
||||
map ctrl+shift+2 new_tab efx_session 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue