Files
dotfiles/.config/alacritty/alacritty.yml
2022-10-24 12:55:10 +02:00

44 lines
926 B
YAML

import:
- ~/.config/alacritty/schemes.yml
env:
TERM: xterm-256color
font:
# The size to use.
size: 12
# The normal (roman) font face to use.
normal:
family: "MesloLGS NF"
# Style can be specified to pick a specific face.
style: Regular
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
scrolling:
history: 0
shell:
program: zsh
args:
- "-c"
- "$HOME/.tmux/tmux_attach.sh"
alt_send_esc: false
live_config_reload: true
key_bindings:
- { key: F, mods: Control, command: {program: "zsh", args: ["-c","python3 ~/.config/alacritty/color_switcher.py"]} }
- { key: T, mods: Command, command: {program: "alacritty", args: ["-e","zsh"]} } # Spawn alacritty without tmux