update alacritty config

This commit is contained in:
aaron
2022-10-13 13:48:04 +02:00
parent aed680e263
commit 18593e509e

View File

@@ -1,5 +1,3 @@
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Environment vars # Environment vars
env: env:
TERM: alacritty TERM: alacritty
@@ -11,19 +9,18 @@ scrolling:
# Scrolling distance multiplier. # Scrolling distance multiplier.
multiplier: 3 multiplier: 3
# Font configuration
font: font:
# Normal (roman) font face # Normal (roman) font face
normal: normal:
family: "MesloLGS NF" family: "IBM Plex Mono"
style: regular style: regular
# Bold font face # Bold font face
bold: bold:
family: "MesloLGS NF" family: "IBM Plex Mono"
style: bold style: bold
# Italic font face # Italic font face
italic: italic:
family: "MesloLGS NF" family: "IBM Plex Mono"
style: italic style: italic
size: 11 size: 11
@@ -66,7 +63,8 @@ cursor:
thickness: 0.15 thickness: 0.15
# Background opacity # Background opacity
background_opacity: 0.9 window:
opacity: 0.9
# Live config reload (changes require restart) # Live config reload (changes require restart)
live_config_reload: true live_config_reload: true
@@ -85,6 +83,7 @@ mouse:
program: firefox program: firefox
key_bindings: key_bindings:
- { key: Left, mods: Shift, action: ResetFontSize } - { key: Left, mods: Control, action: ResetFontSize }
- { key: Up, mods: Shift, action: IncreaseFontSize } - { key: Right, mods: Control, action: ResetFontSize }
- { key: Down, mods: Shift, action: DecreaseFontSize } - { key: Up, mods: Control, action: IncreaseFontSize }
- { key: Down, mods: Control, action: DecreaseFontSize }