mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 20:09:08 -04:00
26 lines
443 B
TOML
26 lines
443 B
TOML
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
|