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