mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
alacritty/alacritty.toml: update
This commit is contained in:
parent
fffa6d5322
commit
a8c85ef7c8
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ ipc_socket = false
|
||||||
TERM = "xterm-kitty"
|
TERM = "xterm-kitty"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetbrainsMono Nerd Font", style = "light" }
|
normal = { family = "IosevkaCustomNerdFont" }
|
||||||
bold = { style = "SemiBold" }
|
bold = { style = "SemiBold" }
|
||||||
size = 14.0
|
size = 16.0
|
||||||
|
|
||||||
offset = { x = 0, y = 8 }
|
offset = { x = 0, y = 8 }
|
||||||
glyph_offset = { x = 0, y = 4 }
|
glyph_offset = { x = 0, y = 4 }
|
||||||
|
|
@ -15,7 +15,7 @@ glyph_offset = { x = 0, y = 4 }
|
||||||
[window]
|
[window]
|
||||||
decorations_theme_variant = "Dark"
|
decorations_theme_variant = "Dark"
|
||||||
padding = { x = 1, y = 1 }
|
padding = { x = 1, y = 1 }
|
||||||
opacity = 0.95
|
opacity = 0.98
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue