Cleanup and switched to dot- prefix now that stow has been fixed
This commit is contained in:
20
alacritty/dot-config/alacritty/alacritty.toml
Normal file
20
alacritty/dot-config/alacritty/alacritty.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
import = ["/home/tim/.config/alacritty/gruvbox_dark.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 11.0
|
||||
|
||||
[font.normal]
|
||||
family = "SauceCodePro Nerd Font Mono"
|
||||
|
||||
[window]
|
||||
decorations = "none"
|
||||
dynamic_padding = true
|
||||
dynamic_title = true
|
||||
resize_increments = true
|
||||
|
||||
[window.dimensions]
|
||||
columns = 80
|
||||
lines = 24
|
||||
Reference in New Issue
Block a user