lazy push before updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import = ["~..config/alacritty/themes/themes/tomorrow_night_bright.yaml"]
|
||||
import = ["~/.config/alacritty/themes/themes/catppuccin_mocha.toml"]
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = false
|
||||
@@ -13,10 +13,10 @@ blinking = "On"
|
||||
shape = "Underline"
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font.normal]
|
||||
family = "monospace"
|
||||
family = "JetBrainsMono Nerd Font Mono"
|
||||
|
||||
[hints]
|
||||
alphabet = "jfkdls;ahgurieowpq"
|
||||
@@ -49,8 +49,8 @@ program = "/bin/zsh"
|
||||
decorations = "none"
|
||||
dynamic_title = true
|
||||
opacity = 0.95
|
||||
startup_mode = "Maximized"
|
||||
title = "Alacritty"
|
||||
# startup_mode = "Maximized"
|
||||
# title = "Alacritty"
|
||||
|
||||
[window.class]
|
||||
general = "Alacritty"
|
||||
|
||||
Reference in New Issue
Block a user