mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-03-15 14:25:14 +00:00
- 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
22 lines
456 B
TOML
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" }
|
|
]
|