Files
dotfiles/.config/alacritty/alacritty.yml
2023-11-15 13:41:10 +01:00

45 lines
992 B
YAML

import:
- ~/.config/alacritty/schemes.yml
env:
TERM: alacritty
font:
scale_with_dpi: true
# The size to use.
size: 12
# The normal (roman) font face to use.
normal:
family: "Fira Mono for Powerline"
# Style can be specified to pick a specific face.
style: Medium
bold:
family: "Fira Mono for Powerline"
# Style can be specified to pick a specific face.
style: Bold
italics:
family: "Fira Mono for Powerline"
# Style can be specified to pick a specific face.
style: Regular
window:
dynamic_title: true
padding:
x: 0
y: 0
option_as_alt: None
scrolling:
history: 0
shell:
program: /bin/zsh
args:
- "-c"
- "$HOME/.tmux/tmux_attach.sh"
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