diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 84b67a4..7d77012 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -18,8 +18,26 @@ bindings = [ [font] size = 22 +# [font.normal] +# family = "Terminess Nerd Font" +# style = "Regular" + +# # [font.bold] +# # family = "Teminess Nerd Font" +# # style = "Bold" + +# [font.bold_italic] +# family = "Terminess Nerd Font" +# style = "Bold Italic" + +# [font.italic] +# family = "Terminess Nerd Font" +# style = "Italic" + + +# Comic code [font.normal] -family = "Terminess Nerd Font" +family = "Comic Code Ligatures" style = "Regular" # [font.bold] @@ -27,16 +45,20 @@ style = "Regular" # style = "Bold" [font.bold_italic] -family = "Terminess Nerd Font" +family = "Comic Code" style = "Bold Italic" [font.italic] -family = "Terminess Nerd Font" +family = "Comic Code" style = "Italic" +[font.offset] +x = 0 +y = -6 + [font.glyph_offset] x = 0 -y = 0 +y = -2 # [mouse.hints] # modifiers = "Command" @@ -44,10 +66,6 @@ y = 0 # [mouse.hints.launcher] # program = "open" -[font.offset] -x = 0 -y = 0 - [selection] save_to_clipboard = true