set option key as meta alacritty
This commit is contained in:
parent
51805fbf1c
commit
468c1a82aa
1 changed files with 3 additions and 5 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
import = [
|
import = [
|
||||||
#"~/.config/alacritty/themes/themes/github_dark.toml",
|
#"~/.config/alacritty/themes/themes/github_dark.toml",
|
||||||
"/Users/antoine/.config/alacritty/catppuccin-macchiato.toml"
|
"~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
|
||||||
# "~/.config/alacritty/catppuccin_macchiato.toml"
|
|
||||||
]
|
]
|
||||||
# [env]
|
|
||||||
# TERM = "xterm-256color"
|
|
||||||
#
|
|
||||||
[shell]
|
[shell]
|
||||||
program = "/bin/bash"
|
program = "/bin/bash"
|
||||||
args = ["-l"]
|
args = ["-l"]
|
||||||
|
|
@ -14,6 +11,7 @@ args = ["-l"]
|
||||||
decorations = "buttonless"
|
decorations = "buttonless"
|
||||||
padding = { x = 5, y = 3 }
|
padding = { x = 5, y = 3 }
|
||||||
startup_mode = "maximized"
|
startup_mode = "maximized"
|
||||||
|
option_as_alt = "OnlyLeft"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 15
|
size = 15
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue