mirror of
https://github.com/pnx/dotfiles
synced 2026-08-24 03:58:13 +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" }
|
bold = { style = "SemiBold" }
|
||||||
size = 16.0
|
size = 16.0
|
||||||
|
|
||||||
offset = { x = 0, y = 8 }
|
offset = { x = 0, y = 4 }
|
||||||
glyph_offset = { x = 0, y = 4 }
|
glyph_offset = { x = 0, y = 2 }
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
decorations_theme_variant = "Dark"
|
decorations_theme_variant = "Dark"
|
||||||
padding = { x = 1, y = 1 }
|
padding = { x = 1, y = 1 }
|
||||||
opacity = 0.98
|
# opacity = 0.98
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue