dotfiles/home/private_dot_config/alacritty/alacritty.yml

48 lines
991 B
YAML

import:
- ~/.config/alacritty/catppuccin-mocha.yml
env:
TERM: xterm-256color
window:
dimensions:
columns: 90
lines: 45
# Window position (changes require restart)
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 10
y: 10
dynamic_padding: true
# Values for `decorations`:
# - full: Borders and title bar
# - none: Neither borders nor title bar
#
decorations: full
title: Alacritty
# Font configuration
font:
normal:
family: "MonoLisa Nerd Font"
size: 12
cursor:
style:
# Values for `shape`:
# - ▇ Block
# - _ Underline
# - | Beam
shape: Underline
# Values for `blinking`:
# - Never: Prevent the cursor from ever blinking
# - Off: Disable blinking by default
# - On: Enable blinking by default
# - Always: Force the cursor to always blink
blinking: Never