Added alacritty config
This commit is contained in:
35
alacritty/alacritty.toml
Normal file
35
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
[terminal]
|
||||
shell = "/usr/bin/zsh"
|
||||
[window]
|
||||
padding.x = 10
|
||||
padding.y = 10
|
||||
|
||||
decorations = "None"
|
||||
|
||||
opacity = 0.99
|
||||
|
||||
blur = true
|
||||
|
||||
# option_as_alt = "Both"
|
||||
|
||||
[font]
|
||||
normal = { family = "FiraCode Nerd Font Mono", style = "Regular" }
|
||||
bold = { family = "HackNerdFont Mono", style = "Bold" }
|
||||
italic = { family = "HackNerdFont Mono", style = "Italic" }
|
||||
size = 10
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "Space"
|
||||
mods = "Control"
|
||||
chars = "\u0000"
|
||||
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/coolnight.toml"
|
||||
# "~/.config/alacritty/themes/themes/gotham.toml"
|
||||
]
|
Reference in New Issue
Block a user