mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
alacritty/alacritty.toml: update offset and padding
This commit is contained in:
parent
887c836db6
commit
7d6db842e7
1 changed files with 2 additions and 3 deletions
|
|
@ -7,13 +7,12 @@ normal = { family = "IosevkaCustomNerdFont" }
|
|||
bold = { style = "SemiBold" }
|
||||
size = 15.0
|
||||
|
||||
offset = { x = 0, y = 8 }
|
||||
offset = { x = 1, y = 8 }
|
||||
glyph_offset = { x = 0, y = 4 }
|
||||
|
||||
[window]
|
||||
decorations_theme_variant = "Dark"
|
||||
padding = { x = 1, y = 1 }
|
||||
# opacity = 0.98
|
||||
padding = { x = 8, y = 4 }
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue