Update kitty font
This commit is contained in:
parent
12ecc50737
commit
c6e44c4712
2 changed files with 10 additions and 2 deletions
2
justfile
2
justfile
|
@ -87,7 +87,7 @@ helix-editor:
|
||||||
[group("graphical")]
|
[group("graphical")]
|
||||||
kitty-terminal:
|
kitty-terminal:
|
||||||
@just _echowarning "1) Installing Kitty and dependencies"
|
@just _echowarning "1) Installing Kitty and dependencies"
|
||||||
paru -S imagemagick kitty python-pygments ttf-firacode-nerd
|
paru -S imagemagick kitty otf-commit-mono-nerd python-pygments
|
||||||
|
|
||||||
@just _echowarning "\n2) Stowing Kitty config"
|
@just _echowarning "\n2) Stowing Kitty config"
|
||||||
stow --dotfiles -S kitty
|
stow --dotfiles -S kitty
|
||||||
|
|
|
@ -3,7 +3,7 @@ include Tokyo Night.conf
|
||||||
background_opacity 0.9
|
background_opacity 0.9
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_family FiraCode Nerd Font
|
# font_family family="B612 Mono Liga"
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
|
|
||||||
# Bell
|
# Bell
|
||||||
|
@ -24,3 +24,11 @@ map alt+h neighboring_window left
|
||||||
map alt+j neighboring_window down
|
map alt+j neighboring_window down
|
||||||
map alt+k neighboring_window up
|
map alt+k neighboring_window up
|
||||||
map alt+l neighboring_window right
|
map alt+l neighboring_window right
|
||||||
|
|
||||||
|
|
||||||
|
# BEGIN_KITTY_FONTS
|
||||||
|
font_family family='CommitMono Nerd Font' postscript_name=CommitMonoNF-Regular
|
||||||
|
bold_font auto
|
||||||
|
italic_font auto
|
||||||
|
bold_italic_font auto
|
||||||
|
# END_KITTY_FONTS
|
||||||
|
|
Loading…
Add table
Reference in a new issue