Update kitty.conf to lock in font
This commit is contained in:
parent
73b3e474e0
commit
ebd51192f9
1 changed files with 4 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
# italic_font auto
|
||||
# bold_italic_font auto
|
||||
|
||||
#font_family Hack Nerd Font
|
||||
font_family Hack
|
||||
font_family Hack Nerd Font
|
||||
#font_family Hack
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
|
@ -1346,7 +1346,7 @@ color15 #ffffff
|
|||
|
||||
# shell .
|
||||
|
||||
shell tmux -2 a
|
||||
#shell tmux -2 a
|
||||
|
||||
#: The shell program to execute. The default value of . means to use
|
||||
#: whatever shell is set as the default shell for the current user.
|
||||
|
@ -1501,6 +1501,7 @@ shell tmux -2 a
|
|||
#: exe_search_path -/some/excluded/path
|
||||
|
||||
# update_check_interval 24
|
||||
update_check_interval 0
|
||||
|
||||
#: The interval to periodically check if an update to kitty is
|
||||
#: available (in hours). If an update is found, a system notification
|
||||
|
|
Loading…
Reference in a new issue