From 8b99216c7223501d1b62ef2052723cf6f42ead01 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 5 Jul 2021 15:05:33 +0200 Subject: Add alacritty config --- .config/alacritty/alacritty.yml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 303bdda..f424fc2 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -8,8 +8,8 @@ # # All imports must either be absolute paths starting with `/`, or paths relative # to the user's home directory starting with `~/`. -#import: -# - /path/to/alacritty.yml +import: + - ~/.config/alacritty/local.yml # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables @@ -46,11 +46,11 @@ window: # 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: 2 - y: 2 + x: 0 + y: 0 # Spread additional padding evenly around the terminal content. - #dynamic_padding: false + dynamic_padding: true # Window decorations # @@ -104,14 +104,14 @@ scrolling: # Font configuration font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: monospace + family: monospace # The `style` can be specified to pick a specific face. #style: Regular @@ -149,9 +149,6 @@ font: # The `style` can be specified to pick a specific face. #style: Bold Italic - # Point size - size: 11.0 - # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter # spacing. @@ -367,16 +364,16 @@ background_opacity: 0.8 # When set to `true`, selected text will be copied to the primary clipboard. #save_to_clipboard: false -#cursor: +cursor: # Cursor style - #style: + style: # Cursor shape # # Values for `shape`: # - ▇ Block # - _ Underline # - | Beam - #shape: Block + shape: Block # Cursor blinking state # -- cgit v1.1