feat: Add alacritty conf
This commit is contained in:
20
.alacritty.toml
Normal file
20
.alacritty.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/hyper.toml"
|
||||
]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
shell = "zsh"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
opacity = 0.5
|
||||
blur = true
|
||||
padding = { x = 10, y = 10 }
|
||||
|
||||
[font]
|
||||
normal = { family = "Fira Code", style = "Regular" }
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
Reference in New Issue
Block a user