aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-07-05 15:05:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:21 +0200
commit8b99216c7223501d1b62ef2052723cf6f42ead01 (patch)
treecc680e500d54ce48e7aeeb5e91eaa07538816f7a
parent59f8cb005b4a3d1bc01c9433667301a4678d546b (diff)
Add alacritty config
-rw-r--r--.config/alacritty/alacritty.yml23
1 files changed, 10 insertions, 13 deletions
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
#