diff options
Diffstat (limited to '.config/alacritty')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 3f6fac2..714c61a 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -30,11 +30,25 @@ scrolling: font: - normal: - family: JetBrains Mono Medium + normal: + family: JetBrains Mono Medium + #family: Fira Mono Regular #family: UbuntuMono Nerd Font Regular - size: 8.5 + #family: monospace + size: 8.5 + offset: + x: 0 + y: 0 + glyph_offset: + x: 0 + y: 0 + builtin_box_drawing: true #size: 8.5 + + # Glyph offset determines the locations of the glyphs within their cells with + # the default being at the bottom. Increase the x offset to move the glyph to + # the right, increase the y offset to move the glyph upward. + key_bindings: - { key: V, mods: Control, action: Paste } - { key: C, mods: Control, action: Copy } |
