Files
omarchy_setup/mg_dotfiles/omarchy/alacritty/alacritty.toml
Marco Gallegos 6eb415faf0 update: sync dotfiles with system changes
- zsh: add OpenCode Web aliases (ocw, ocws)
- nvim: update plugin versions (lazy-lock.json)
- alacritty: change font to MesloLGL Nerd Font Mono
- hypridle: adjust idle timeouts (5min screensaver, 10min lock, 15min screen off, 30min suspend)
- hyprlock: change font to MesloLGL Nerd Font Mono
2026-01-18 14:08:23 -06:00

22 lines
456 B
TOML

general.import = [ "~/.config/omarchy/current/theme/alacritty.toml" ]
[env]
TERM = "xterm-256color"
[font]
normal = { family = "MesloLGL Nerd Font Mono" }
bold = { family = "MesloLGL Nerd Font Mono" }
italic = { family = "MesloLGL Nerd Font Mono" }
size = 9
[window]
padding.x = 14
padding.y = 14
decorations = "None"
[keyboard]
bindings = [
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
]