add alacritty config
This commit is contained in:
parent
aa9301e8fe
commit
dfbff1c0cb
5 changed files with 192 additions and 0 deletions
28
.config/alacritty/alacritty.toml
Normal file
28
.config/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#[shell]
|
||||
#program = "/bin/zsh"
|
||||
|
||||
import = [
|
||||
#"~/.config/alacritty/tokyonight_day.toml",
|
||||
"~/.config/alacritty/tokyonight_moon.toml",
|
||||
#"~/.config/alacritty/tokyonight_night.toml",
|
||||
#"~/.config/alacritty/tokyonight_storm.toml",
|
||||
]
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
||||
size = 17
|
||||
|
||||
[window]
|
||||
decorations = "None"
|
||||
padding = { x = 10, y = 10 }
|
||||
dynamic_padding = true
|
||||
|
||||
[bell]
|
||||
duration = 10
|
||||
color = "#3a3a3a"
|
||||
|
||||
[cursor]
|
||||
style = { shape = "Block", blinking = "Always" }
|
||||
|
||||
[keyboard]
|
||||
bindings = [{ key = "T", mods = "Command", action = "CreateNewWindow" }]
|
||||
Loading…
Add table
Add a link
Reference in a new issue