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
This commit is contained in:
Marco Gallegos
2026-01-18 14:08:23 -06:00
parent 5ab59146a8
commit 6eb415faf0
5 changed files with 56 additions and 43 deletions

View File

@@ -4,9 +4,9 @@ general.import = [ "~/.config/omarchy/current/theme/alacritty.toml" ]
TERM = "xterm-256color"
[font]
normal = { family = "CaskaydiaMono Nerd Font" }
bold = { family = "CaskaydiaMono Nerd Font" }
italic = { family = "CaskaydiaMono Nerd Font" }
normal = { family = "MesloLGL Nerd Font Mono" }
bold = { family = "MesloLGL Nerd Font Mono" }
italic = { family = "MesloLGL Nerd Font Mono" }
size = 9
[window]