2024-10-23 08:45:35 +02:00
|
|
|
[general]
|
2024-01-09 17:27:52 +01:00
|
|
|
import = ["~/.config/alacritty/solarized_light.toml"]
|
2024-01-03 14:18:39 +01:00
|
|
|
live_config_reload = true
|
|
|
|
|
|
|
|
|
|
[env]
|
2024-02-28 11:51:55 +01:00
|
|
|
TERM = "xterm-256color"
|
2024-01-03 14:18:39 +01:00
|
|
|
|
|
|
|
|
[font]
|
2025-01-10 09:40:03 +01:00
|
|
|
size = 14
|
2024-01-03 14:18:39 +01:00
|
|
|
|
|
|
|
|
[font.bold]
|
|
|
|
|
family = "Fira Mono for Powerline"
|
|
|
|
|
style = "Bold"
|
|
|
|
|
|
|
|
|
|
[font.italic]
|
|
|
|
|
family = "Fira Mono for Powerline"
|
|
|
|
|
style = "Regular"
|
|
|
|
|
|
|
|
|
|
[font.normal]
|
|
|
|
|
family = "Fira Mono for Powerline"
|
|
|
|
|
style = "Medium"
|
|
|
|
|
|
|
|
|
|
[[keyboard.bindings]]
|
|
|
|
|
key = "F"
|
|
|
|
|
mods = "Control"
|
|
|
|
|
|
|
|
|
|
[keyboard.bindings.command]
|
|
|
|
|
args = ["-c", "python3 ~/.config/alacritty/color_switcher.py"]
|
|
|
|
|
program = "zsh"
|
|
|
|
|
|
|
|
|
|
[[keyboard.bindings]]
|
|
|
|
|
key = "T"
|
|
|
|
|
mods = "Command"
|
|
|
|
|
|
|
|
|
|
[keyboard.bindings.command]
|
|
|
|
|
args = ["-e", "zsh"]
|
|
|
|
|
program = "alacritty"
|
|
|
|
|
|
|
|
|
|
[scrolling]
|
|
|
|
|
history = 0
|
|
|
|
|
|
2025-04-17 08:55:14 +02:00
|
|
|
[selection]
|
|
|
|
|
save_to_clipboard = false
|
|
|
|
|
|
|
|
|
|
[terminal]
|
|
|
|
|
osc52 = "OnlyCopy"
|
|
|
|
|
|
2024-10-23 08:45:35 +02:00
|
|
|
[terminal.shell]
|
2024-01-03 14:18:39 +01:00
|
|
|
args = ["-c", "$HOME/.tmux/tmux_attach.sh"]
|
|
|
|
|
program = "/bin/zsh"
|
|
|
|
|
|
|
|
|
|
[window]
|
|
|
|
|
dynamic_title = true
|
|
|
|
|
option_as_alt = "None"
|
|
|
|
|
|
|
|
|
|
[window.padding]
|
|
|
|
|
x = 0
|
|
|
|
|
y = 0
|