diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 22:13:06 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 22:13:06 +0200 |
commit | 2c42df449a6153237dd24b49b6d69ee5331c8345 (patch) | |
tree | 74fbcb16b97d79411a340c21def5758856b50269 | |
parent | 7cf1cecc0e470a071303fbb3a727eaa3aeef62f0 (diff) | |
download | dotfiles_dotdrop-2c42df449a6153237dd24b49b6d69ee5331c8345.tar.xz dotfiles_dotdrop-2c42df449a6153237dd24b49b6d69ee5331c8345.zip |
Add fenec alacritty profile
-rw-r--r-- | config.yaml | 1 | ||||
-rw-r--r-- | dotfiles/config/alacritty/alacritty.yml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 7f5d49a..77452b0 100644 --- a/config.yaml +++ b/config.yaml @@ -17,3 +17,4 @@ profiles: fenec: dotfiles: - d_i3pystatus + - d_alacritty 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. |