dotfiles/.config/alacritty/alacritty.toml

15 lines
235 B
TOML
Raw Permalink Normal View History

2026-03-19 18:17:31 +01:00
[general]
import = [ "gruvbox-dark.toml" ]
2026-01-21 13:23:28 +01:00
[window]
2026-02-09 18:22:20 +01:00
# dynamic_padding = true
padding = {x = 2, y = 2}
2026-01-21 13:23:28 +01:00
2025-12-02 19:52:02 +01:00
[font.normal]
2026-03-21 19:32:08 +01:00
family = "monospace"
2026-01-28 00:57:01 +01:00
[keyboard]
bindings = [
{ key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" }
]