1
0

Add home/.config/alacritty/alacritty.toml

Add home/.config/alacritty/onedarkpro.toml
Add home/.config/alacritty/panda.toml
This commit is contained in:
2024-03-02 13:12:20 +01:00
parent 1500787d9f
commit 4553de1203
3 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
import = ["/home/jeff/.config/alacritty/onedarkpro.toml"]
live_config_reload = true
[cursor.style]
blinking = "On"
shape = "Beam"
[font]
size = 13.0
[font.normal]
family = "FiraCode Nerd Font Mono"
style = "Regular"
[shell]
program = "/bin/zsh"
[window]
decorations = "full"
decorations_theme_variant = "Dark"
dynamic_title = true
opacity = 0.9
title = "Alacritty"
[keyboard]
bindings = [
{key = "|", mods = "Control", chars = "\\x01\\x7c"}
]