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