Added emoji support to alacritty
This commit is contained in:
parent
802da7afa1
commit
c9f058d84d
@ -36,16 +36,16 @@ TERM = "xterm-256color"
|
|||||||
size = 12.0
|
size = 12.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "MesloLGS Nerd Font"
|
family = "MesloLGS Nerd Font Composite"
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "MesloLGS Nerd Font"
|
family = "MesloLGS Nerd Font Composite"
|
||||||
|
|
||||||
[font.italic]
|
[font.italic]
|
||||||
family = "MesloLGS Nerd Font"
|
family = "MesloLGS Nerd Font Composite"
|
||||||
|
|
||||||
[font.bold_italic]
|
[font.bold_italic]
|
||||||
family = "MesloLGS Nerd Font"
|
family = "MesloLGS Nerd Font Composite"
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 10000
|
history = 10000
|
||||||
|
12
.config/fontconfig/fonts.conf
Normal file
12
.config/fontconfig/fonts.conf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>MesloLGS Nerd Font Composite</family>
|
||||||
|
<prefer>
|
||||||
|
<family>MesloLGS Nerd Font</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
@ -11,7 +11,7 @@ background-opacity = 0.80
|
|||||||
term = xterm-256color
|
term = xterm-256color
|
||||||
confirm-close-surface=false
|
confirm-close-surface=false
|
||||||
window-decoration=false
|
window-decoration=false
|
||||||
# mouse-scroll-multiplier=2
|
mouse-scroll-multiplier=2
|
||||||
|
|
||||||
font-size = 12
|
font-size = 12
|
||||||
font-family = MesloLGS NF
|
font-family = MesloLGS NF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user