add alacritty settings

This commit is contained in:
2024-09-20 20:25:37 -07:00
parent 2e50372c0e
commit ae00575ede
3 changed files with 56 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
live_config_reload = true
import = [
"~/.config/alacritty/my_theme.toml"
]
[env]
TERM = "alacritty"
[shell]
program = "/bin/zsh"
[window]
padding = { x = 5, y = 5}
dynamic_padding = true
decorations = "None"
startup_mode = "Windowed"
[selection]
save_to_clipboard = true
[font]
size = 14
normal = { family = "Hack Nerd Font" }
[cursor]
style = {shape = "underline", blinking = "Always"}