1
0

Update home/.config/alacritty/alacritty.toml

This commit is contained in:
Jeff Lance 2025-04-06 20:12:14 +02:00
parent c49f310559
commit ec7710335f

@ -25,12 +25,19 @@ style = "Bold Italic"
program = "/bin/zsh"
[window]
decorations = "full"
decorations = "none"
decorations_theme_variant = "Dark"
dynamic_title = true
opacity = 0.9
opacity = 1.0
blur = true
title = "Alacritty"
[colors]
transparent_background_colors = true
[selection]
save_to_clipboard = true
[keyboard]
bindings = [
{key = "|", mods = "Control", chars = "\\x01\\x7c"}