import: - ~/.config/alacritty/catppuccin-mocha.yml 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 # Spread additional padding evenly around the terminal content. dynamic_padding: true # Window decorations # # Values for `decorations`: # - full: Borders and title bar # - none: Neither borders nor title bar # # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons decorations: full # Window title title: Alacritty # Font configuration font: # Normal (roman) font face normal: family: "MonoLisa Nerd Font" # bold: # style: Bold # italic: # style: Italic # bold_italic: # style: Bold Italic size: 12 draw_bold_text_with_bright_colors: true cursor: # Cursor style style: # Cursor shape # # Values for `shape`: # - ▇ Block # - _ Underline # - | Beam shape: Underline # Cursor blinking state # # 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 shell: program: /bin/zsh args: - --login