Update home/.config/alacritty/alacritty.toml
This commit is contained in:
@@ -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"}
|
||||||
|
|||||||
Reference in New Issue
Block a user