From 2c42df449a6153237dd24b49b6d69ee5331c8345 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 22:13:06 +0200 Subject: Add fenec alacritty profile --- dotfiles/config/alacritty/alacritty.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/config/alacritty/alacritty.yml b/dotfiles/config/alacritty/alacritty.yml index 2b1f4ff..d6c9714 100644 --- a/dotfiles/config/alacritty/alacritty.yml +++ b/dotfiles/config/alacritty/alacritty.yml @@ -103,7 +103,11 @@ font: #style: Italic # Point size + {%@@ if profile == "unicorn" @@%} size: 8.0 + {%@@ elif profile == "fenec" @@%} + size: 7.0 + {%@@ endif @@%} # 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. -- cgit v1.2.1