2025-01-08 03:00:24 +01:00
|
|
|
# Hezkore's Alacritty settings
|
|
|
|
[window]
|
2025-01-21 19:21:44 +01:00
|
|
|
dimensions = { columns = 127, lines = 37 }
|
2025-01-08 23:55:46 +01:00
|
|
|
opacity = 0.99
|
2025-01-08 03:00:24 +01:00
|
|
|
resize_increments = true
|
|
|
|
|
2025-01-08 20:28:01 +01:00
|
|
|
[bell]
|
|
|
|
animation = "Linear"
|
|
|
|
duration = 250
|
|
|
|
color = "#010101"
|
|
|
|
|
2025-01-08 03:00:24 +01:00
|
|
|
[scrolling]
|
|
|
|
multiplier = 1
|
|
|
|
|
|
|
|
[font]
|
|
|
|
normal = { family = "Hack", style = "Regular" }
|
2025-01-21 19:21:44 +01:00
|
|
|
size = 11.5
|
2025-01-08 03:00:24 +01:00
|
|
|
|
|
|
|
[colors]
|
|
|
|
transparent_background_colors = true
|
|
|
|
|
|
|
|
[colors.primary]
|
|
|
|
background = "#1e1f29"
|
|
|
|
|
|
|
|
[mouse]
|
|
|
|
hide_when_typing = true
|
2025-01-21 04:24:26 +01:00
|
|
|
|
|
|
|
[env]
|
2025-01-21 07:23:24 +01:00
|
|
|
TERM = "xterm-256color"
|
|
|
|
|
|
|
|
[keyboard]
|
|
|
|
bindings = [
|
|
|
|
{ key = "Space", mods = "Control|Shift", action = "ReceiveChar" }
|
2025-01-21 19:21:44 +01:00
|
|
|
]
|