change default shell font size
set font size to better fit for laptop screen, makes tmux bar flush in full screen
This commit is contained in:
parent
d0dc8ed763
commit
db0d76c976
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ font:
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 13.0
|
size: 12.5
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|
Loading…
Reference in a new issue