mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -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]
|
[mono]
|
||||||
# Monospace fonts for code and terminals
|
# Monospace fonts for code and terminals
|
||||||
primary = "Iosevka"
|
primary = "Fira Code"
|
||||||
fallback = "JetBrains Mono"
|
fallback = "JetBrains Mono"
|
||||||
|
|
||||||
[emoji]
|
[emoji]
|
||||||
|
|||||||
@@ -4,9 +4,12 @@ include current-theme.conf
|
|||||||
# END_KITTY_THEME
|
# END_KITTY_THEME
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
font_family MesloLGS NF
|
font_family FiraCode Nerd Font Mono
|
||||||
font_size 9.0
|
font_size 9.0
|
||||||
|
|
||||||
|
# Enable ligatures explicitly
|
||||||
|
disable_ligatures never
|
||||||
|
|
||||||
window_padding_width 3
|
window_padding_width 3
|
||||||
|
|
||||||
# Disable command finish notifications (fixes cryptic "4;0;0" notifications)
|
# Disable command finish notifications (fixes cryptic "4;0;0" notifications)
|
||||||
|
|||||||
Reference in New Issue
Block a user