Files
dotfiles/.config/alacritty/alacritty.yml

44 lines
952 B
YAML
Raw Normal View History

2022-10-24 11:38:50 +02:00
import:
- ~/.config/alacritty/schemes.yml
2022-07-06 11:41:32 +02:00
env:
TERM: xterm-256color
2021-01-11 10:34:31 +01:00
font:
# 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
scrolling:
history: 0
2021-01-11 10:34:31 +01:00
2022-07-06 11:41:32 +02:00
shell:
program: zsh
args:
- "-c"
- "$HOME/.tmux/tmux_attach.sh"
2022-07-06 11:41:32 +02:00
alt_send_esc: false
live_config_reload: true
2022-10-24 11:38:50 +02:00
key_bindings:
- { key: F, mods: Control, command: {program: "zsh", args: ["-c","PATH=/usr/local/bin:$PATH python3 ~/.config/alacritty/color_switcher.py"]} }
- { key: T, mods: Command, command: {program: "alacritty", args: ["-e","zsh"]} } # Spawn alacritty without tmux