From 2500cfa129e80223bf0ccb8fef9a6c02c105e6c2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 17 Jan 2023 23:45:23 +0200 Subject: Add font offset and glyph options --- .config/alacritty/alacritty.yml | 20 +++++++++++++++++--- 1 file 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 } -- cgit v1.2.3