1
0

Update home/.config/alacritty/alacritty.toml

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

View File

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