20241028-1
This commit is contained in:
parent
ea1e4bafba
commit
dfd3191ee9
5 changed files with 33 additions and 113 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue