mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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"
|
||||
|
||||
[font]
|
||||
normal = { family = "JetbrainsMono Nerd Font", style = "light" }
|
||||
normal = { family = "IosevkaCustomNerdFont" }
|
||||
bold = { style = "SemiBold" }
|
||||
size = 14.0
|
||||
size = 16.0
|
||||
|
||||
offset = { x = 0, y = 8 }
|
||||
glyph_offset = { x = 0, y = 4 }
|
||||
|
|
@ -15,7 +15,7 @@ glyph_offset = { x = 0, y = 4 }
|
|||
[window]
|
||||
decorations_theme_variant = "Dark"
|
||||
padding = { x = 1, y = 1 }
|
||||
opacity = 0.95
|
||||
opacity = 0.98
|
||||
|
||||
[mouse]
|
||||
hide_when_typing = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue