2022-10-24 11:38:50 +02:00
|
|
|
import:
|
|
|
|
|
- ~/.config/alacritty/schemes.yml
|
|
|
|
|
|
2022-07-06 11:41:32 +02:00
|
|
|
env:
|
2023-04-06 12:27:01 +02:00
|
|
|
TERM: alacritty
|
2021-01-11 10:34:31 +01:00
|
|
|
font:
|
2023-04-06 12:27:01 +02:00
|
|
|
scale_with_dpi: true
|
2021-01-11 10:34:31 +01:00
|
|
|
# The size to use.
|
|
|
|
|
size: 12
|
|
|
|
|
# The normal (roman) font face to use.
|
|
|
|
|
normal:
|
2022-07-05 13:01:06 +02:00
|
|
|
family: "MesloLGS NF"
|
2021-01-11 10:34:31 +01:00
|
|
|
# Style can be specified to pick a specific face.
|
|
|
|
|
style: Regular
|
2022-07-06 11:41:32 +02:00
|
|
|
bold:
|
|
|
|
|
family: "MesloLGS NF"
|
|
|
|
|
# Style can be specified to pick a specific face.
|
|
|
|
|
style: Bold
|
|
|
|
|
bold:
|
|
|
|
|
family: "MesloLGS NF"
|
|
|
|
|
# Style can be specified to pick a specific face.
|
|
|
|
|
style: Bold
|
|
|
|
|
|
|
|
|
|
window:
|
|
|
|
|
dynamic_title: true
|
|
|
|
|
padding:
|
|
|
|
|
x: 0
|
|
|
|
|
y: 0
|
2023-03-27 16:57:16 +02:00
|
|
|
option_as_alt: None
|
2022-07-06 11:41:32 +02:00
|
|
|
|
|
|
|
|
scrolling:
|
|
|
|
|
history: 0
|
2021-01-11 10:34:31 +01:00
|
|
|
|
2022-07-06 11:41:32 +02:00
|
|
|
shell:
|
2022-10-24 12:53:18 +02:00
|
|
|
program: zsh
|
|
|
|
|
args:
|
|
|
|
|
- "-c"
|
|
|
|
|
- "$HOME/.tmux/tmux_attach.sh"
|
2022-07-06 11:41:32 +02:00
|
|
|
|
|
|
|
|
live_config_reload: true
|
2022-10-24 11:38:50 +02:00
|
|
|
|
|
|
|
|
key_bindings:
|
2022-10-24 12:55:10 +02:00
|
|
|
- { key: F, mods: Control, command: {program: "zsh", args: ["-c","python3 ~/.config/alacritty/color_switcher.py"]} }
|
2022-10-24 12:53:18 +02:00
|
|
|
- { key: T, mods: Command, command: {program: "alacritty", args: ["-e","zsh"]} } # Spawn alacritty without tmux
|