alacritty: use fira code font

This commit is contained in:
2019-01-26 16:13:04 +02:00
parent d14a1fb4f7
commit 830add6f7b
2 changed files with 12 additions and 14 deletions

View File

@@ -1,2 +0,0 @@
* cleanup all this mess
* use this repo instead of stuff

View File

@@ -24,8 +24,8 @@ window:
# Units are physical pixels; this is not DPI aware. # Units are physical pixels; this is not DPI aware.
# (change requires restart) # (change requires restart)
padding: padding:
x: 2 x: 3
y: 2 y: 3
# Window decorations # Window decorations
# Setting this to false will result in window without borders and title bar. # Setting this to false will result in window without borders and title bar.
@@ -44,21 +44,21 @@ draw_bold_text_with_bright_colors: true
font: font:
# The normal (roman) font face to use. # The normal (roman) font face to use.
normal: normal:
family: Monaco family: Fira Code
# Style can be specified to pick a specific face. # Style can be specified to pick a specific face.
# style: Regular style: Retina
# The bold font face # The bold font face
bold: bold:
family: Monaco family: Fira Code
# Style can be specified to pick a specific face. # Style can be specified to pick a specific face.
# style: Bold style: Bold
# The italic font face # The italic font face
italic: italic:
family: Monaco family: Fira Code
# Style can be specified to pick a specific face. # Style can be specified to pick a specific face.
# style: Italic style: Light
# Point size of the font # Point size of the font
size: 14.0 size: 14.0
@@ -198,10 +198,10 @@ live_config_reload: true
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish. # You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
# Entries in shell.args are passed unmodified as arguments to the shell. # Entries in shell.args are passed unmodified as arguments to the shell.
# #
# shell: shell:
# program: /bin/bash program: /bin/bash
# args: args:
# - --login - --login
# Key bindings # Key bindings
# #