dotfiles/graphical/config/alacritty/alacritty.toml

23 lines
447 B
TOML

[window]
opacity = 0.65
dynamic_title = true
dynamic_padding = true
#padding = { x = 10, y = 10 }
resize_increments = true
#decorations = "None"
[font]
size = 11
normal = { family = "OverpassM Nerd Font", style = "SemiBold" }
[cursor]
vi_mode_style = {shape = "Block", blinking = "Off"}
style = {shape = "Underline", blinking = "Off"}
[mouse]
hide_when_typing = true
[general]
#import = ["./alacritty-colors.toml"]
import = ["./colors.toml"]