style(alacritty): properly align imports so macOS toggle script works
This commit is contained in:
parent
d04a6f767e
commit
877c629fbc
1 changed files with 4 additions and 2 deletions
|
|
@ -65,9 +65,11 @@ bindings = [
|
||||||
# selection (Ctrl v). You can also toggle between them while the selection is
|
# selection (Ctrl v). You can also toggle between them while the selection is
|
||||||
# still active.
|
# still active.
|
||||||
|
|
||||||
import = ["~/.config/alacritty/rose-pine-moon.toml",
|
import = [
|
||||||
|
"~/.config/alacritty/rose-pine-moon.toml",
|
||||||
"~/.config/alacritty/alacritty-macos.toml",
|
"~/.config/alacritty/alacritty-macos.toml",
|
||||||
"~/.config/alacritty/alacritty-minix.toml"]
|
"~/.config/alacritty/alacritty-minix.toml"
|
||||||
|
]
|
||||||
|
|
||||||
#[mouse]
|
#[mouse]
|
||||||
#hide_when_typing = true
|
#hide_when_typing = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue