From c19097bdd21bc82bfab5677259be26e6ec8ac9f6 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Tue, 28 Sep 2021 16:27:27 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96ef41b..682781f 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ $ rm -rf paru/ ``` ### Install xorg ``` -$ sudo pacman -S xorg xf86-video-intel vulkan-intel +$ sudo pacman -S xorg xf86-video-intel vulkan-intel mesa libva-intel-driver ``` ### Install a display manager @@ -374,8 +374,9 @@ $ sudo rc-update add optimus-manager ### Useful programs - Xorg and dependencies for DWM or Dmenu: `pacman -S xorg xorg-server libxinerama` -- Pipewire audio backend: `pacman -S pipewire pipewire-docs pipewire-alsa pipewire-pulse pipewire-jack` +- Pipewire audio backend: `pacman -S pipewire pipewire-docs pipewire-alsa pipewire-pulse pipewire-jack alsa-utils` - Polkit (ask for permissions): `pacman -S polkit ` +- OpenSSH: `pacman -S openssh` - Tiling window manager written in Rust: `leftwm` - Notification system: `dunst` - Disk usage utility: `ncdu`