Skip to content

Instantly share code, notes, and snippets.

@mbrc12
Created January 12, 2024 13:14
Show Gist options
  • Save mbrc12/70b71cc4efd17da237576952d4c4666e to your computer and use it in GitHub Desktop.
Save mbrc12/70b71cc4efd17da237576952d4c4666e to your computer and use it in GitHub Desktop.
alacritty.toml
# See docs:
# https://alacritty.org/config-alacritty.html
live_config_reload = true
import = [
"~/.config/alacritty/alacritty-theme/themes/horizon-dark.toml"
]
[env]
# TERM = "alacritty"
TERM = "xterm-256color"
[window]
dynamic_padding = true
# dynamic_title = true
# opacity = 0.9
startup_mode = "Maximized"
title = "Alacritty"
dimensions = { columns = 0, lines = 0 }
# padding = { x = 0, y = 0 }
[cursor.style]
shape = "Block"
blinking = "Always"
[shell]
program = "/bin/fish"
args = ["-c", "tmux -u"]
[font]
builtin_box_drawing = true
size = 15
[font.normal]
family = "CaskaydiaCove Nerd Font"
style = "Medium"
[font.bold]
family = "CaskaydiaCove Nerd Font"
style = "Bold"
[font.italic]
family = "CaskaydiaCove Nerd Font"
style = "Italic"
[font.bold_italic]
family = "CaskaydiaCove Nerd Font"
style = "Bold Italic"
[font.glyph_offset]
x = 0
y = 0
[font.offset]
x = 0
y = 1
[[keyboard.bindings]]
action = "ToggleFullscreen"
key = "F11"
[mouse]
hide_when_typing = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment