Skip to content

Instantly share code, notes, and snippets.

@alexey-goloburdin
Last active May 17, 2025 19:39
Show Gist options
  • Save alexey-goloburdin/fbd0089a7853dada5e26697cb2164ba1 to your computer and use it in GitHub Desktop.
Save alexey-goloburdin/fbd0089a7853dada5e26697cb2164ba1 to your computer and use it in GitHub Desktop.
# Мой актульный конфиг nvim, tmux, alacritty тут: https://github.com/alexey-goloburdin/dotfiles/
@AlekseyKrylov
Copy link

background_opacity is deprecated. and alacritty generate warning about it

alternate variant:

window
   opacity: 0.82 

@ilya-grigoriev
Copy link

ilya-grigoriev commented Jul 3, 2023

@alexey-goloburdin
Copy link
Author

обновил до toml-версии, темы ставятся отсюда

@alexey-goloburdin
Copy link
Author

Мой актульный конфиг nvim, tmux, alacritty тут: https://github.com/alexey-goloburdin/dotfiles/

@Stanislav-DS
Copy link

Stanislav-DS commented May 9, 2025

Добрый день, @alexey-goloburdin! Спасибо! Конфиг alacritty содержит настройку (видимо для винды)

[terminal.shell]
program = "wsl"
args = [
    "-d",
    "Debian",
    "--cd",
    "~"
]

В манджаро выводит ошибку. Я его просто закомментировал и всё заработало

Error: Custom { kind: NotFound, error: "Failed to spawn command 'wsl': No such file or directory (os error 2)" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment