Convert alacritty config to TOML
This commit is contained in:
16
alacritty/alacritty.toml
Normal file
16
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
import = ["/home/daniel/.config/alacritty/themes/User 77 - Mashup colors.toml"]
|
||||
live_config_reload = true
|
||||
|
||||
[font]
|
||||
size = 10.5
|
||||
|
||||
[font.normal]
|
||||
family = "MesloLGS NF"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
opacity = 0.95
|
||||
|
||||
[window.padding]
|
||||
x = 16
|
||||
y = 16
|
Reference in New Issue
Block a user