diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:34:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:44:15 -0500 |
commit | 9bff30e23f5b974123874876db9cc57de0e67113 (patch) | |
tree | a6e28e7d1accc941ab35d0febcf689ea39740723 /.config/alacritty/alacritty.toml | |
parent | update mako, nvim add prolog (diff) | |
download | dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.gz dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.bz2 dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.zip |
rebase laptop
Diffstat (limited to '.config/alacritty/alacritty.toml')
-rw-r--r-- | .config/alacritty/alacritty.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..9e3e925 --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,28 @@ +import = ["/home/freya/.config/alacritty/catppuccin-mocha.toml"] + +[font] +size = 11 + +[font.bold] +style = "Bold" + +[font.bold_italic] +style = "Bold Italic" + +[font.italic] +style = "Italic" + +[font.normal] +family = "monospace" +style = "Regular" + +[font.offset] +x = 0 +y = 0 + +[window] +opacity = 0.85 + +[window.padding] +x = 10 +y = 10 |