projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
7c8201f
)
alacritty: change dimensions and font family and size
author
Amin Bandali
<bandali@gnu.org>
Sat, 13 Apr 2019 13:14:53 +0000
(09:14 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 13 Apr 2019 13:14:53 +0000
(09:14 -0400)
.config/alacritty/alacritty.yml
patch
|
blob
|
blame
|
history
diff --git
a/.config/alacritty/alacritty.yml
b/.config/alacritty/alacritty.yml
index
f555e5c
..
6a52469
100644
(file)
--- a/
.config/alacritty/alacritty.yml
+++ b/
.config/alacritty/alacritty.yml
@@
-18,8
+18,8
@@
window:
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
dimensions:
# Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored.
dimensions:
- columns: 0
- lines:
0
+ columns:
8
0
+ lines:
24
# Window padding (changes require restart)
#
# Window padding (changes require restart)
#
@@
-87,6
+87,8
@@
font:
# - (Linux) monospace
# - (Windows) Consolas
#family: monospace
# - (Linux) monospace
# - (Windows) Consolas
#family: monospace
+ normal:
+ family: Source Code Pro
# The `style` can be specified to pick a specific face.
#style: Regular
# The `style` can be specified to pick a specific face.
#style: Regular
@@
-114,7
+116,7
@@
font:
#style: Italic
# Point size
#style: Italic
# Point size
- size: 1
1.0
+ size: 1
0.5
# 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.
# 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.