42 lines
611 B
TOML
42 lines
611 B
TOML
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"
|