some updates to alacritty
This commit is contained in:
parent
90d548bcdd
commit
94b7ba2691
2 changed files with 73 additions and 89 deletions
|
@ -1,5 +1,9 @@
|
||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/catppuccin-mocha.yml
|
- ~/.config/alacritty/catppuccin-mocha.yml
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
window:
|
window:
|
||||||
dimensions:
|
dimensions:
|
||||||
columns: 90
|
columns: 90
|
||||||
|
@ -12,49 +16,29 @@ window:
|
||||||
x: 10
|
x: 10
|
||||||
y: 10
|
y: 10
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
|
||||||
dynamic_padding: true
|
dynamic_padding: true
|
||||||
|
|
||||||
# Window decorations
|
|
||||||
#
|
|
||||||
# Values for `decorations`:
|
# Values for `decorations`:
|
||||||
# - full: Borders and title bar
|
# - full: Borders and title bar
|
||||||
# - none: Neither borders nor 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
|
decorations: full
|
||||||
# Window title
|
|
||||||
title: Alacritty
|
title: Alacritty
|
||||||
|
|
||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
|
||||||
normal:
|
normal:
|
||||||
family: "MonoLisa Nerd Font"
|
family: "MonoLisa Nerd Font"
|
||||||
# bold:
|
|
||||||
# style: Bold
|
|
||||||
# italic:
|
|
||||||
# style: Italic
|
|
||||||
# bold_italic:
|
|
||||||
# style: Bold Italic
|
|
||||||
size: 12
|
size: 12
|
||||||
draw_bold_text_with_bright_colors: true
|
|
||||||
|
|
||||||
cursor:
|
cursor:
|
||||||
# Cursor style
|
|
||||||
style:
|
style:
|
||||||
# Cursor shape
|
|
||||||
#
|
|
||||||
# Values for `shape`:
|
# Values for `shape`:
|
||||||
# - ▇ Block
|
# - ▇ Block
|
||||||
# - _ Underline
|
# - _ Underline
|
||||||
# - | Beam
|
# - | Beam
|
||||||
shape: Underline
|
shape: Underline
|
||||||
|
|
||||||
# Cursor blinking state
|
|
||||||
#
|
|
||||||
# Values for `blinking`:
|
# Values for `blinking`:
|
||||||
# - Never: Prevent the cursor from ever blinking
|
# - Never: Prevent the cursor from ever blinking
|
||||||
# - Off: Disable blinking by default
|
# - Off: Disable blinking by default
|
||||||
|
|
Loading…
Reference in a new issue