feat: Update conf
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import = [
|
||||
"~/.config/alacritty/themes/themes/hyper.toml"
|
||||
]
|
||||
import = ["~/.config/alacritty/themes/themes/hyper.toml"]
|
||||
|
||||
[shell]
|
||||
program = "/home/nathan/.local/bin/zellij"
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
@@ -9,12 +10,12 @@ shell = "zsh"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
opacity = 0.5
|
||||
opacity = 1
|
||||
blur = true
|
||||
padding = { x = 10, y = 10 }
|
||||
# padding = { x = 10, y = 10 }
|
||||
|
||||
[font]
|
||||
normal = { family = "Fira Code", style = "Regular" }
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
save_to_clipboard = true
|
||||
|
||||
Reference in New Issue
Block a user