Fix Alacritty configuration
This commit is contained in:
@@ -2,7 +2,7 @@ live_config_reload = true
|
||||
working_directory = "None"
|
||||
|
||||
import = [
|
||||
"~/.config/alacritty/themes/dracula_plus.toml"
|
||||
"~/.config/alacritty/themes/gnome_terminal.toml"
|
||||
]
|
||||
|
||||
[env]
|
||||
@@ -10,12 +10,12 @@ TERM = "xterm-256color"
|
||||
WINIT_X11_SCALE_FACTOR = "1"
|
||||
|
||||
[shell]
|
||||
program = "zellij"
|
||||
program = "tmux"
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
decorations = "full"
|
||||
title = "Alacritty@CachyOS"
|
||||
title = "Terminal"
|
||||
opacity = 0.95
|
||||
decorations_theme_variant = "Dark"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user