20241028-1

This commit is contained in:
fz0x1 2024-10-28 21:03:27 +01:00
parent ea1e4bafba
commit dfd3191ee9
5 changed files with 33 additions and 113 deletions

View file

@ -1,9 +1,3 @@
import = [
"~/.config/alacritty/themes/gruvbox.toml",
"~/.config/alacritty/keybindings.toml",
"~/.config/alacritty/font.toml"
]
live_config_reload = true
[cursor]
unfocused_hollow = true
@ -39,7 +33,7 @@ multiplier = 3
save_to_clipboard = false
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[shell]
[terminal.shell]
args = ["-l", "-c", "tmux attach || tmux"]
program = "/bin/zsh"
@ -54,3 +48,13 @@ blur = true
[window.padding]
x = 2
y = 2
[general]
live_config_reload = true
import = [
"~/.config/alacritty/themes/gruvbox.toml",
"~/.config/alacritty/keybindings.toml",
"~/.config/alacritty/font.toml"
]
[terminal]