mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 04:24:10 -06:00
config: switch monospace font from Iosevka to Fira Code with ligatures
This commit is contained in:
@@ -19,7 +19,7 @@ fallback = "Noto Serif"
|
||||
|
||||
[mono]
|
||||
# Monospace fonts for code and terminals
|
||||
primary = "Iosevka"
|
||||
primary = "Fira Code"
|
||||
fallback = "JetBrains Mono"
|
||||
|
||||
[emoji]
|
||||
|
||||
@@ -4,9 +4,12 @@ include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
enable_audio_bell no
|
||||
font_family MesloLGS NF
|
||||
font_family FiraCode Nerd Font Mono
|
||||
font_size 9.0
|
||||
|
||||
# Enable ligatures explicitly
|
||||
disable_ligatures never
|
||||
|
||||
window_padding_width 3
|
||||
|
||||
# Disable command finish notifications (fixes cryptic "4;0;0" notifications)
|
||||
|
||||
Reference in New Issue
Block a user