From 9f3446567722a3409b11b7017a9983a9e8d0dd60 Mon Sep 17 00:00:00 2001 From: liwei Date: Mon, 9 Jun 2025 18:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.config/alacritty/win-conf?= =?UTF-8?q?ig.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/alacritty/win-config.toml | 55 +++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .config/alacritty/win-config.toml diff --git a/.config/alacritty/win-config.toml b/.config/alacritty/win-config.toml new file mode 100644 index 0000000..ae78361 --- /dev/null +++ b/.config/alacritty/win-config.toml @@ -0,0 +1,55 @@ +[general] +live_config_reload = true +import = [ + "%APPDATA%/alacritty/theme.toml", + "%APPDATA%/alacritty/keybindings.toml" +] + +[terminal.shell] +program = "C:\\tools\\msys64\\usr\\bin\\fish.exe" +args = ["--login"] + +[window] +option_as_alt = "Both" +decorations = "Buttonless" +#position = {x = 0, y = 0} +padding = {x=10, y=3} +dynamic_padding = true +dimensions = {columns=200, lines=35} +#level = "AlwaysOnTop" +opacity = 0.8 +blur = true +#startup_mode = "Maximized" + +[env] +TERM = "xterm-256color" +[mouse] +hide_when_typing = true + +[colors] +draw_bold_text_with_bright_colors = false + +[cursor] +style = {shape="Underline", blinking="Always"} +thickness=0.0 + +[font] +size = 13.0 +#offset = {x=0, y=8} +glyph_offset = {x=0, y=0} +italic = {family = "JetBrains Mono", style = "Italic"} +bold = {family = "JetBrains Mono", style = "Regular"} +bold_italic = {family = "JetBrains Mono", style = "Italic"} +normal = {family = "JetBrains Mono", style = "Italic"} + +[scrolling] +history = 100000 +multiplier = 4 + +[selection] +save_to_clipboard = true +semantic_escape_chars = ''',│`|:"' ()[]{}<>''' + +[debug] +#render_timer = true +