Migrate alacritty config
This commit is contained in:
parent
914701781d
commit
6cbbf5a4e0
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
import = [
|
||||
"~/.config/alacritty/theme.toml",
|
||||
]
|
||||
|
||||
[window]
|
||||
opacity = 0.9
|
||||
|
@ -12,3 +9,8 @@ size = 14
|
|||
action = "ToggleFullscreen"
|
||||
key = "Return"
|
||||
mods = "Command"
|
||||
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/theme.toml",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue