Move .config to dot_config

This commit is contained in:
Hydroxycarbamide 2024-05-13 21:56:48 +02:00
parent 8b22f48063
commit 54a8d91b59
19 changed files with 0 additions and 2 deletions

View file

@ -0,0 +1,26 @@
import = ["/home/eric/.config/alacritty/catppuccin/catppuccin-macchiato.toml", "/home/eric/.config/alacritty/fonts.toml"]
live_config_reload = true
[cursor]
unfocused_hollow = false
[cursor.style]
blinking = "On"
shape = "Block"
[env]
TERM = "alacritty"
WINIT_X11_SCALE_FACTOR = "1.0"
[window]
decorations = "none"
dynamic_title = true
startup_mode = "Windowed"
[window.dimensions]
columns = 82
lines = 25
[window.padding]
x = 13
y = 13