1
0
Fork 0
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:
Henrik Hautakoski 2025-01-26 18:47:46 +01:00
parent fffa6d5322
commit a8c85ef7c8

View file

@ -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