Add .config/alacritty/alacritty.toml
This commit is contained in:
parent
289efb7172
commit
5a7188c209
1 changed files with 28 additions and 0 deletions
28
private_dot_config/alacritty/alacritty.toml
Normal file
28
private_dot_config/alacritty/alacritty.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
general.import = ["~/.config/omarchy/current/theme/alacritty.toml"]
|
||||||
|
|
||||||
|
[terminal.shell]
|
||||||
|
program = "/usr/bin/fish"
|
||||||
|
args = ["--login"]
|
||||||
|
|
||||||
|
[env]
|
||||||
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
normal = { family = "JetBrainsMonoNL Nerd Font" }
|
||||||
|
bold = { family = "JetBrainsMonoNL Nerd Font" }
|
||||||
|
italic = { family = "JetBrainsMonoNL Nerd Font" }
|
||||||
|
size = 9
|
||||||
|
|
||||||
|
[window]
|
||||||
|
padding.x = 14
|
||||||
|
padding.y = 14
|
||||||
|
decorations = "None"
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
{ key = "F11", action = "ToggleFullscreen" },
|
||||||
|
{ key = "Insert", mods = "Shift", action = "Paste" },
|
||||||
|
{ key = "Insert", mods = "Control", action = "Copy" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[terminal]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue