mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Add i3 config and switch to alacritty
This commit is contained in:
24
.config/alacritty/alacritty.yml
Normal file
24
.config/alacritty/alacritty.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Font Mono configuration (changes require restart)
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
family: Hack Nerd Font Mono
|
||||
style: Regular
|
||||
|
||||
# Bold font face
|
||||
bold:
|
||||
family: Hack Nerd Font Mono
|
||||
style: Bold
|
||||
|
||||
# Italic font face
|
||||
italic:
|
||||
family: Hack Nerd Font Mono
|
||||
style: Italic
|
||||
|
||||
# Bold italic font face
|
||||
bold_italic:
|
||||
family: Hack Nerd Font Mono
|
||||
style: Bold Italic
|
||||
|
||||
# Point size
|
||||
#size: 14.0
|
Reference in New Issue
Block a user