From c558516d4ca54d1ecee6cc8e398c1141f79564d1 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 23 Nov 2025 21:42:02 +0300 Subject: wiki: Add alacritty to Arch quickstart Just in case; it's bound by default after all. --- docs/wiki/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Getting-Started.md b/docs/wiki/Getting-Started.md index 4794614e..0205a8a6 100644 --- a/docs/wiki/Getting-Started.md +++ b/docs/wiki/Getting-Started.md @@ -11,7 +11,7 @@ systemctl --user add-wants niri.service dms Arch Linux (via [paru](https://github.com/morganamilo/paru)): ``` -sudo pacman -Syu niri xwayland-satellite xdg-desktop-portal-gnome xdg-desktop-portal-gtk +sudo pacman -Syu niri xwayland-satellite xdg-desktop-portal-gnome xdg-desktop-portal-gtk alacritty paru -S dms-shell-bin matugen wl-clipboard cliphist cava qt6-multimedia-ffmpeg systemctl --user add-wants niri.service dms ``` -- cgit