27 lines
361 B
TOML
27 lines
361 B
TOML
[general]
|
|
live_config_reload = true
|
|
import = [
|
|
"~/.config/alacritty/desktop.toml"
|
|
]
|
|
|
|
[window.padding]
|
|
x = 32
|
|
y = 32
|
|
|
|
[font]
|
|
size = 12.0
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[cursor.style]
|
|
shape = "Block"
|
|
blinking = "On"
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "C", mods = "Alt", action = "Copy" },
|
|
{ key = "V", mods = "Alt", action = "Paste" }
|
|
]
|
|
|