dotfiles/.config/alacritty/alacritty.toml

43 lines
611 B
TOML
Raw Normal View History

2023-12-28 21:52:25 +03:00
import = ["/home/link/.config/alacritty/colors.toml"]
live_config_reload = true
[cursor]
style = "Beam"
[font]
size = 10
[font.normal]
family = "Hack"
style = "Regular"
[font.offset]
x = -1
y = 1
[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Plus"
mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[window]
blur = true
dynamic_padding = true
opacity = 0.87
startup_mode = "Maximized"